mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-07-20 07:40:54 -04:00
More HEIF-related tests.
New option `KIMAGEFORMATS_HEIC_TEST` for testing images with HEVC codec only. Existing option `KIMAGEFORMATS_HEIF_TEST` is used for testing other possible (mostly quite rare) codecs that might be used by HEIF images - uncompressed, deflate, zlib, brotli, jpeg.
This commit is contained in:
@@ -357,12 +357,18 @@ plugin:
|
||||
|
||||
**If you are interested in compiling the plugin without running the tests,
|
||||
also use the following string options:**
|
||||
- `KIMAGEFORMATS_HEIF_TEST` to change the behaviour of HEIF tests. Set to
|
||||
- `KIMAGEFORMATS_HEIC_TEST` to change the behaviour of HEIC tests. Set to
|
||||
`"OFF"` (no test at all) or `"READ_ONLY"` (run read tests only).
|
||||
Required codecs: HEVC / H.265.
|
||||
- `KIMAGEFORMATS_HEIF_TEST` to change the behaviour of HEIF tests. Set to
|
||||
`"OFF"` (no test at all).
|
||||
Required codecs: uncompressed, deflate, zlib, brotli, jpeg.
|
||||
- `KIMAGEFORMATS_HEJ2_TEST` to change the behaviour of HEJ2 tests. Set to
|
||||
`"OFF"` (no test at all) or `"READ_ONLY"` (run read tests only).
|
||||
Required codecs: JPEG 2000.
|
||||
- `KIMAGEFORMATS_AVCI_TEST` to change the behaviour of AVCI tests. Set to
|
||||
`"OFF"` (no test at all).
|
||||
Required codecs: Advanced Video Coding / H.264.
|
||||
|
||||
### The EXR plugin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user