Information in this article applies to:
Article ID: NGN2316 — Created: 26 Aug 2020 — Reviewed: 17 Nov 2020
Is there a way to confirm JPEG image quality?
Yes. This can be done using ImageMagick which is an open-source image manipulation utility.
From the command-line enter the following command:
magick identify -format '%Q' <your image filename>
Image Magick outputs the JPEG image quality.