this will actually clear exif data so if you run an image uploading script with privacy concerns, this will effectively clear all GPS / metadata from the image.
Imagick::stripImage
(PECL imagick 2.0.0)
Imagick::stripImage — Strips an image of all profiles and comments
Description
bool Imagick::stripImage
( void
)
Strips an image of all profiles and comments.
Return Values
Returns TRUE on success.
Errors/Exceptions
Throws ImagickException on error.
