Test Readme: added JPG support

This commit is contained in:
Mirco Miranda
2026-07-28 07:19:12 +02:00
parent 5c3bdcddf2
commit 687914f2e7
+5 -1
View File
@@ -23,7 +23,11 @@ e.g. PSD plugin).
The reading tests are mainly based on comparing the image read by the plugin The reading tests are mainly based on comparing the image read by the plugin
with a template in a known and working format. For this reason, the template with a template in a known and working format. For this reason, the template
formats chosen are those distributed by the Qt project: PNG in the first formats chosen are those distributed by the Qt project: PNG in the first
instance and TIFF for image formats not supported by PNG (e.g. CMYK images). instance, TIFF for image formats not supported by PNG (e.g. CMYK images) and,
as a last choice, lossy JPG for large images.
> [!important]
> Keep the size of individual test images on the order of a few tens of KiB.
Some image options such as `QImageIOHandler::Size`, Some image options such as `QImageIOHandler::Size`,
`QImageIOHandler::ImageFormat` and `QImageIOHandler::ImageTransformation` are `QImageIOHandler::ImageFormat` and `QImageIOHandler::ImageTransformation` are