Add function to remove EXIF data like https://github.com/catch404/php-image-exif-strip/blob/master/strip.php for smaller thumbs size
Duplication of #363.
just use for Imagick
$image->getCore()->stripImage();
Ok, but any fn for GD driver?
Hi, it's possible with GD driver ?
Most helpful comment
just use for Imagick