Twinside / Juicy.Pixels

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

Add some functionality to support working with GeoTIFF files #192

Open ajknapp opened 3 years ago

ajknapp commented 3 years ago

Hi,

This pull request adds three features which make it possible to work with some GeoTIFF files. First, it extends JuicyPixels to parse Float and Double EXIF tags. Second, it allows TIFF files containing 16-bit floats to be read. (These get converted to 32-bit floats immediately after being read.) Third, it allows TIFF files that use deflate compression to be read and written.