With ImageMagick installed on the server, I can now select ImageMagick in the Image Software within the Community Builder. However, there is no improvement in image quality. My research has led me to believe that it gives instructions for image size and quality when uploading an image. So I'm guessing that there is a source within the Community Builder that controls the image quality?
ChatGPT said that:
For example, when using the "convert" tool in ImageMagick, the quality of the output image can be controlled by the "-quality" option. The following command sets the quality of the output image to 80%:
Code:
convert input.jpg -quality 80 output.jpg
This same principle applies when using ImageMagick through a programming language, such as PHP. The quality of the output image is specified as an option when calling the ImageMagick functions.