C

QUL_RESOURCE_SPLIT_IMAGE_OPTIMIZATION

Warning: This CMake source property is deprecated since 2.4, consider using the experimental ImageFiles.MCU.Experimental.resourceSplitImageOptimization property instead.

Note: Board defaults can be set using QmlProject in the BoardDefaults.qmlprojectconfig files. See Defining default variables for the platform and QmlProject Manual.

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 ON by default. Set this flag to OFF to disable optimization.

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

Note: Source file properties must be set before adding files to the application using the qul_add_resource function.

Since

This property was introduced in Qt Quick Ultralite 2.1.

Available under certain Qt licenses.
Find out more.