C

ImageFiles.MCU.Experimental.resourceSplitImageOptimization

Enable optimization for splitting the image into opaque segments.

Description

By default, each image can be split into opaque segments during image processing. Thereby Qt Quick Ultralite avoids storing fully transparent borders or regions. This flag is true by default. Set this flag to false to disable the optimization.

Note: Split image optimization can cause rendering artifacts when the transformation is applied to an image.

Usage

ImageFiles {
    MCU.Experimental.resourceSplitImageOptimization: false
}

Note: This property can also be applied to every image resource in the QmlProject file if defined in MCU.Config as follows:

MCU.Config {
    Experimental.resourceSplitImageOptimization: false
}

Since

This property was introduced in QmlProject API 1.3 .

See also Qt Quick Ultralite Platform Porting Guide and QUL_RESOURCE_SPLIT_IMAGE_OPTIMIZATION.

Available under certain Qt licenses.
Find out more.