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
I am using the imagick driver. Is there a way to strip or clear exif data when encoding a file?
I am trying to clear all exif data before saving the file to the Storage Driver.
The text was updated successfully, but these errors were encountered:
This is not possible with the current range of features of this library. There is already an issue on this topic: #1110
Until there is an official solution, I recommend implementing the function yourself with a custom modifier accessing the Imagick::class object directly.
Will calling the stripImage() using the the core()->native() strip the metadata. I created a modifier to call this before encoding the file as below. Will this work?
I am using the imagick driver. Is there a way to strip or clear exif data when encoding a file?
I am trying to clear all exif data before saving the file to the Storage Driver.
The text was updated successfully, but these errors were encountered: