You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please add support for $imagick->setOption('jpeg:size', '800x800');? (the 800x800 needs to be configurable by the user).
It needs to be called before opening an image and helps tremendously when working with large images. It minimizes the memory usage when loading the image. zenphoto/zenphoto#418 (comment)
What version of Imagine are you using?
1.3.5
What's the PHP version you are using?
7.4.3
What's the imaging library you are using [gd/imagick/gmagick/any]?
imagick
The text was updated successfully, but these errors were encountered:
ethaniel
changed the title
Feature request: Add support for "Imagick::setSize"
Feature request: Add support for "setOption('jpeg:size', '800x800');"
Jul 7, 2023
Issue description
Can you please add support for $imagick->setOption('jpeg:size', '800x800');? (the 800x800 needs to be configurable by the user).
It needs to be called before opening an image and helps tremendously when working with large images. It minimizes the memory usage when loading the image.
zenphoto/zenphoto#418 (comment)
What version of Imagine are you using?
1.3.5
What's the PHP version you are using?
7.4.3
What's the imaging library you are using [gd/imagick/gmagick/any]?
imagick
The text was updated successfully, but these errors were encountered: