From 687914f2e715d3ee776f3f054ad32a88bb95fa7c Mon Sep 17 00:00:00 2001 From: Mirco Miranda Date: Tue, 28 Jul 2026 07:19:12 +0200 Subject: [PATCH] Test Readme: added JPG support --- autotests/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/autotests/README.md b/autotests/README.md index a2e83d0..476d764 100644 --- a/autotests/README.md +++ b/autotests/README.md @@ -23,7 +23,11 @@ e.g. PSD 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 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`, `QImageIOHandler::ImageFormat` and `QImageIOHandler::ImageTransformation` are