Is the quality of image depends on resize in Image Intervention?
I'm thinking if the quality of the image depends on the resize() method in Image Intervention? Or maybe there's an option where I can set the quality of the image? Please see my code below.
When you save the image you can set the quality of the image.
Not specifying the quality uses 90% of the source quiality.
Define optionally the quality of the image. It is normalized for all file types to a range from 0 (poor quality,
small file) to 100 (best quality, big file). Quality is only applied if you're encoding JPG format since PNG
compression is lossless and does not affect image quality. The default value is 90.