Image::quality() reports 0 on some jpeg
Re: Image::quality() reports 0 on some jpeg
ImageMagick stopped using estimated compression quality for JPEG images because the estimate was sometimes far from the actual compression quality and produced severe artifacts in the resulting image. Current releases of ImageMagick only sets the image quality if it can be computed exactly. You can still get the estimated compression quality with the -debug coder option.