pqina / filepond-plugin-image-transform

🖼 Client-side image transformations for FilePond
https://pqina.nl/filepond
MIT License
18 stars 8 forks source link

preserve EXIF data fails since v3.4.0 (imageTransformOutputStripImageHead=false) #13

Closed lukey78 closed 4 years ago

lukey78 commented 4 years ago

The plugin strips EXIF data from the image as of version 3.4.0, even with the option: imageTransformOutputStripImageHead=false

I can confirm it is working with version 3.3.3, and stops working from 3.4.0 up to the current version.

See https://github.com/pqina/filepond/issues/250

rikschennink commented 4 years ago

@lukey78 Thanks for reporting, looking in to it now.

rikschennink commented 4 years ago

@lukey78 Fixed in 3.6.2

lukey78 commented 4 years ago

Thanks for the quick fix. Can confirm it's working!