core
core copied to clipboard
Thumbnails should save the data of Exif and IPTC
Thumbnails should save the data of Exif and IPTC
different stock licences to expect diffent information about author etc, at the Exif and/or IPCT data
GDlib doesn't support exif at all. A third party library would be required to write back the exif data into the generated image.
Maybe this can be realized by an extension, which extends the DBAFS meta data field in tl_files.meta. So the data is not stored inside the image but can be rendered in FE.
We have just merged contao/core-bundle#342, which supports Imagick in addition to GDlib. Maybe you should base your pull request onto the develop branch of the core-bundle?
o.k. - sounds good!
I´ll test it and try to make a PR