lv_image_decoder_args_t struct
DEFINES TYPEDEFS Image decoder args. It determines how to decoder an image, e.g. whether to premultiply the alpha or not. It should be passed to lv_img_decoder_open() function. If NULL is provided, default args are used. Default args: all field are zero or false.
Fields
Whether stride should be aligned.
Whether image should be premultiplied or not after decoding.
When set, decoded image won't be put to cache, and decoder open will also ignore cache.
Decoded indexed image as is. Convert to ARGB8888 if false.
Whether to flush the data cache after decoding.
![]()
struct lv_image_decoder_args_t {