mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-05-25 13:08:28 -04:00
HEIF: image transformation support
This commit is contained in:
committed by
Mirco Miranda
parent
18d0f93d60
commit
8048279473
@@ -333,6 +333,15 @@ distributions. In particular, it is necessary that the HEIF library has
|
||||
support for HEVC codec. If HEVC codec is not available the plugin
|
||||
will compile but will fail the tests.
|
||||
|
||||
The following defines can be defined in cmake to modify the behavior of the
|
||||
plugin:
|
||||
- `HEIF_DISABLE_QT_TRANSFORMATION`: HEIF transformations, in addition to
|
||||
rotations and reflections, also support image cropping. Consequently, the
|
||||
Qt plugin, must also honor the crop. This define is useful in case
|
||||
of problems: activating it disables Qt's support for transformations,
|
||||
delegating them to the HEIF libraries (which will therefore always apply
|
||||
them regardless of what is requested from Qt).
|
||||
|
||||
**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
|
||||
|
||||
Reference in New Issue
Block a user