You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since of a local law (in germany), we need to keep some specific IPTC meta data (copyright) on uploaded images. On the other hand, we do not want or need the other IPTC/EXIF/XMP data, which could contain private data (for example geo location+timestamp) which could conflict with GDPR.
I saw this in the docs:
Spatie\ImageOptimizer\Optimizers\Jpegoptim::class => [
'--strip-all', // this strips out all text information such as comments and EXIF data
...
],
This looks like, I can only remove or keep ALL EXIF/IPTC/etc. meta data.
Question: Is there a way to remove all but "Copyright Notice"?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Since of a local law (in germany), we need to keep some specific IPTC meta data (copyright) on uploaded images. On the other hand, we do not want or need the other IPTC/EXIF/XMP data, which could contain private data (for example geo location+timestamp) which could conflict with GDPR.
I saw this in the docs:
This looks like, I can only remove or keep ALL EXIF/IPTC/etc. meta data.
Question: Is there a way to remove all but "Copyright Notice"?
Beta Was this translation helpful? Give feedback.
All reactions