Comment #4 on issue 146 by
honeycom...@gmail.com: JPEG image type checking
Oh, sorry. I thought you just need an EXIF image to reproduce/test the
issue.
Patching it is trivial.
Just change IMAGE_HEADERS[] array in itmf/type.cpp like the following:
- { BT_JPEG, "\xff\xd8\xff\xe0" },
+ { BT_JPEG, "\xff\xd8\xff" },