trippo / ResponsiveFilemanager

Completely Responsive Filemanager with integration for tinyMCE,CKEditor and CLEditor editor
http://responsivefilemanager.com
Other
815 stars 366 forks source link

[feature suggestion] Exif Removal #654

Open jarodium opened 3 years ago

jarodium commented 3 years ago

Hello @trippo

I was wondering if you would consider an option to remove exif or any other metada from the images.

ideiasfrescas commented 3 years ago

Hello,

After traversing the code from uploadHandler.php we found out that there is an option to strip exif. check here, which resolves to code here

Perhaps configuration in config.php should map to this configuration in UploadHandler? What do you say @trippo ?

jarodium commented 3 years ago

Enabling of strip image in Uploader handler seems to be creating a folder called strip. This is not expected behaviour.