xperseguers / t3ext-image_autoresize

TYPO3 Extension image_autoresize. Simplify the way your editors may upload their images.
https://extensions.typo3.org/extension/image_autoresize
GNU General Public License v3.0
16 stars 22 forks source link

Extension always extracting metadata / "Automatically extract metadata after upload" from storage configuration not respected #75

Closed ffh-webadmin closed 6 months ago

ffh-webadmin commented 1 year ago

As soon as image_autoresize is enabled all EXIF / IPTC metadata will be extracted from the image and stored to sys_file_metadata even the option "Automatically extract metadata after upload" in FAL storage configuration is disabled.

xperseguers commented 8 months ago

Rationale is that once rescaled, the image is likely to loose metadata (for the sake of saving as much spaces as possible).

Your proposal would only make sense if the resize rule keeps the metadata.

The option to not extract metadata right away for a FAL storage is afaik bound to the lack of knowledge from TYPO3 for the expanded time needed to extract metadata as it depends on the extractor in use. Moreover, it may be unavailable for non-local storages. Now, the extraction is done in that case for local-only storages, and resizing takes some time already, so what's the exact problem taking the chance to extract available metadata during that process? Can you elaborate?

DavidBruchmann commented 6 months ago

being pedantic it's a privacy problem, might be also related to GDPR.

xperseguers commented 6 months ago

OK, if we speak about privacy, I'd say it's "legit", I didn't consider this. It's a bit "edge" anyway as if someone really wants to protect themselves from privacy and GDPR issues, they shouldn't upload privacy-related information at all and expect the targeting system to take care of stripping away everything...

But OK, I guess it's quite fine to take the storage's configuration option into account.