Twinside / Juicy.Pixels

Haskell library to load & save pictures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EXIF files are misidentified as TIFF instead of JPEG in metadata

ppelleti opened this issue · comments

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