Error with decode images #2564
Unanswered
JoseEliasSantos
asked this question in
Q&A
Replies: 1 comment
-
Example image: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Working with camera images, I ended up getting the error: System.NotSupportedException: 'Unknown App0 Marker - Expected JFIF.'. Looking at the latest issues I noticed that I was having a similar problem, I verified that the bytes referring to the maker of the file in question are: '\n', '[', 'I', 'D' and ' '. I added the ProfileResolver class to the OSQidMaker property and with that I was successful in loading the image, I also added a test with the image that generated the mentioned error.
Beta Was this translation helpful? Give feedback.
All reactions