mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-05-25 07:50:23 -04:00
Let Qt rotate the image when the ImageAutotransform option is set to true. In tests it also solves the image size control with the value returned by the options with certain rotations.
20 lines
602 B
JSON
20 lines
602 B
JSON
[
|
|
{
|
|
"minQtVersion" : "6.5.7",
|
|
"maxQtVersion" : "6.5.99",
|
|
"disableAutoTransform": true,
|
|
"fileName" : "orientation6_notranfs.png",
|
|
"comment" : "Test with automatic transformation disabled."
|
|
},
|
|
{
|
|
"minQtVersion" : "6.7.3",
|
|
"disableAutoTransform": true,
|
|
"fileName" : "orientation6_notranfs.png",
|
|
"comment" : "Test with automatic transformation disabled."
|
|
},
|
|
{
|
|
"unsupportedFormat" : true,
|
|
"comment" : "It is not possible to disable the transformation with the current version of the plugin."
|
|
}
|
|
]
|