C

QUL_RESOURCE_SPLIT_IMAGE_OPTIMIZATION

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.