Twinside / Juicy.Pixels

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

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

Closed mignon-p closed 4 years ago

mignon-p commented 4 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