WeTransfer / format_parser

file metadata parsing, done cheap
https://rubygems.org/gems/format_parser
Other
62 stars 18 forks source link

Improving I/O consumption for TIFF-based formats #237

Closed rcpalacio closed 1 year ago

rcpalacio commented 1 year ago

All parsers for TIFF-based formats were loading embedded thumbnails alongside exif data, which was blowing the IO budget for large images.

This upgrades the dependency EXIFR that now allows us to skip this step.

(the actual work was done here)