plan2net / webp

Create a WebP copy for images (TYPO3 CMS)
GNU General Public License v3.0
60 stars 33 forks source link

Problem / question concerning META-data #67

Closed tohett closed 1 year ago

tohett commented 2 years ago

TYPO3 strips EXIF/IPCT/XMP-Data by default. I already changed that by setting "processor_stripColorProfileCommand" to "+profile '!iptc,!xmp,!exif,*'". Pictures created by TYPO3 (f.e. cropped images) keep now this data. However the WEBP that are created with your extension only have EXIF-Data (no XMP, no IPTC) and some information that were stored in the original file are lost (in my case "Copyright notice"), others are present. Is there something I can do about it? Thanks!

wazum commented 2 years ago

Currently you have to add the imagemagick configuration parameter yourself (again) in the extension configuration, but I'll consider prepending $GLOBALS['TYPO3_CONF_VARS']['GFX']['processor_stripColorProfileCommand'] to the parameter list.

tohett commented 2 years ago

Thanks for your answer; it would be great if your extension would respect the global parameters in the future :-)