Twinside / Juicy.Pixels

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

Fix bug #187. (Some JPEGs are misidentified as SourceTiff.) #189

Closed mignon-p closed 4 years ago

mignon-p commented 4 years ago

Fixes bug #187 by changing the order of the metadata, so that SourceJpeg (in sizeMeta) overwrites SourceTiff (in exifMeta), rather than vice-versa.

Twinside commented 4 years ago

Thank you very much!