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
When using Imagick to save images in AVIF or HEIC formats, changing the compression quality setting (setImageCompressionQuality) does not affect the output file size. The files end up having identical sizes regardless of the quality setting used.
Steps to Reproduce
Load an image using Imagick
Resize it (optional step, included for completeness)
Description
When using Imagick to save images in AVIF or HEIC formats, changing the compression quality setting (
setImageCompressionQuality
) does not affect the output file size. The files end up having identical sizes regardless of the quality setting used.Steps to Reproduce
Output:
Expected Behavior
Actual Behavior
Environment
The text was updated successfully, but these errors were encountered: