Questions
Tags
Sign In
How to remove image metadata using Imagine?
Can't remove image metadata. Turning to the method setMetadataReader gives an error about unknown method.
Images
PHP
Logan93
asked
July 9th 19 at 10:39
Related questions
2
What denotes such a function?
0
Is there a multipoint smartband?
1
Can I connect MacBook Pro Retina to a laptop?
2
How to change the name of the application and the model for Russian in Django admin?
2
To play video from an IP camera in the browser?
2
How to force to work all conditions checkboxes in the calculator?
2
Is it reasonable here to use redis?
1
Compression tar.gz, problems with symbols and spaces in the name file?
More answers about
"How to remove image metadata using Imagine?"
1
answer
xavier.Abernathy29
answered on
July 9th 19 at 10:41
The instances of the class Image has a method
strip
. Use it.
For example, if you are using Imagick:
https://github.com/avalanche123/Imagine/blob/eb3c8...
For Gmagick:
https://github.com/avalanche123/Imagine/blob/eb3c8...
Please
sign in
or
sign up
to write your answer or comment.
Find more questions by tags
Images
PHP