Support for stripping exif in ImageMagickHandler |
In CodeIgniter 3 I patched image_lib to strip exif when resizing using imagemagick.
Here: https://github.com/bcit-ci/CodeIgniter/b...b.php#L872 PHP Code: public function image_process_imagemagick($action = 'resize') Something along the lines of: PHP Code: $this->image->withFile($fullImagePath) |
Messages In This Thread |
Support for stripping exif in ImageMagickHandler - by blurpy - 07-29-2022, 06:09 AM
|