drewnoakes / metadata-extractor

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Apache License 2.0
2.56k stars 480 forks source link

Could you help release the recent WebP fix via Maven? #479

Closed PearlPig123 closed 4 years ago

PearlPig123 commented 4 years ago

Hi Drew,

I recently reported a bug regarding WebP image analyzing (#473 ), thank you very much for fixing it in such a short time. However, my project cannot depend on this fix since it is not released. I attempted to use the current version (2.13.0) on production and it fails ~1% of all uploaded WebP, so I have to ramp down my WebP support on prod.

Is it possible to release this fix via Maven? That would be a great help to unblock our production ramp for supporting WebP images. Really appreciate your help!

Jieying

drewnoakes commented 4 years ago

https://github.com/drewnoakes/metadata-extractor/releases/tag/2.14.0

PearlPig123 commented 4 years ago

https://github.com/drewnoakes/metadata-extractor/releases/tag/2.14.0

@drewnoakes Thank you so much for your help!!