Image: Remove EXIF

Created on 29 Apr 2016  路  4Comments  路  Source: Intervention/image

Add function to remove EXIF data like https://github.com/catch404/php-image-exif-strip/blob/master/strip.php for smaller thumbs size

Most helpful comment

just use for Imagick

$image->getCore()->stripImage();

All 4 comments

Duplication of #363.

just use for Imagick

$image->getCore()->stripImage();

Ok, but any fn for GD driver?

Hi, it's possible with GD driver ?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

p4bloch picture p4bloch  路  6Comments

kivivuori picture kivivuori  路  8Comments

johnvoncolln picture johnvoncolln  路  7Comments

bkkrishna picture bkkrishna  路  7Comments

ctf0 picture ctf0  路  4Comments