-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node-nist support type? #30
Comments
Hi @zergreen, Type-10, Type-13, Type-14 are all supported: What exactly is your use case and what do you think is not working? |
I occur problem, when try to encode type 10, with the same image (.wsq) , I had replace to encode with type 4,(as you can see on line 25 , I replace '10' to '4'), for make sure it's work only type 4 And make sure, is .nist can view it's can see data by website : https://www.netxsolutions.co.uk/onlineNISTViewer.aspx ![]() as you can see, the record type 4 must be the fingerprint file, but I want to show you that's your code it's work only type 4, 2,1 for your information : I dont know as much what's you code configuration setting , I use as default. if you had a demo or example code, can you show me , please. |
this is my code to implement.
|
Hi @zergreen thank you for describing the issue and providing the reproducer. Especially the reproducer helped me a great deal to understand what you are trying to achieve. My comments:
I am attaching your reproducer. Here is the error which Typescript would give you about a problem when simply changing Type-4 to Type-10 without doing anything else:
and here is the reproducer converted to Typescript:
That said, I am available to help you with either consultancy or development, depending on your needs. Contact me via email in case you are interested. |
Thanks for your asking me. I'm so sorry to furry to you. now, I had found way to implement this. ![]() by your helping guide and Claude.ai this is my code to encode with record type 10.
and so do on this is my script for decode.
![]() as from the left side it's has three file with .wsq and .png , If we use .wsq we must to decode it. I had just know record type 10 is support file image directly encode. @ivosh thanks for your reply me, If you not guidance me, I must struggle and give up to this project. so do on , I will provide you with the project that's I had to implement with your program library node-nist. thanks you so much. to make this library |
@zergreen Thank you for sharing details about your project. |
I'm use node-nist and it's work on type 1,2,4 to encode and decode.
my question is this project has support other type like
Type-10 (Facial & SMT Image), Type-13 (Variable-Resolution Latent Image), Type-14 (Variable-Resolution Fingerprint Image)
and next question.
In the future is you planning to support this or not?
The text was updated successfully, but these errors were encountered: