imagick icon indicating copy to clipboard operation
imagick copied to clipboard

Highest compression for AVIF images and google pagespeed

Open dgrl opened this issue 1 year ago • 1 comments

Hi there

How are you doing? Hope all is well.

I would like to know how to get the highest compression using Imagick::setCompressionQuality

When I use 1 as compression quality I still get the following error on pagespeed.

Properly size images

Since I am already using 1 as highest compression I wonder why pagespeed tells me to compress it even more.

Using 0 does not seems to work Am I missing some other settings?

Awaiting your response.

Kind regards DG

dgrl avatar Nov 02 '24 14:11 dgrl

This is most likely because the compression quality seems to be ignored as noted in #711 . It needs some checking to find out why.

bukka avatar May 09 '25 20:05 bukka