core icon indicating copy to clipboard operation
core copied to clipboard

Thumbnails should save the data of Exif and IPTC

Open zonky2 opened this issue 9 years ago • 4 comments

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

zonky2 avatar Aug 21 '16 12:08 zonky2

GDlib doesn't support exif at all. A third party library would be required to write back the exif data into the generated image.

fritzmg avatar Aug 21 '16 12:08 fritzmg

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.

Aybee avatar Aug 21 '16 12:08 Aybee

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?

leofeyer avatar Aug 24 '16 13:08 leofeyer

o.k. - sounds good!

I´ll test it and try to make a PR

zonky2 avatar Aug 24 '16 13:08 zonky2