Twinside / Juicy.Pixels

Haskell library to load & save pictures
BSD 3-Clause "New" or "Revised" License
238 stars 57 forks source link

EXIF files are misidentified as TIFF instead of JPEG in metadata #187

Closed ppelleti closed 3 years ago

ppelleti commented 3 years ago

Some JPEG files are misidentified as SourceTiff rather than SourceJpeg. Specifically, it seems to be JPEG files containing EXIF metadata.

Attached is a program and image which demonstrate the bug. exif-test.zip