rosell-dk / webp-convert

Convert jpeg/png to webp with PHP (if at all possible)
MIT License
578 stars 102 forks source link

Imagick: Keep color profile when stripping metadata #262

Closed rosell-dk closed 3 years ago

rosell-dk commented 3 years ago

$im->stripImage() also removes the color profile.

Perhaps we should keep the color profile, as suggested here?: https://www.php.net/manual/en/imagick.stripimage.php#120380