Image decoder add-on general variables
Used to exchange the available options between Kodi and addon.
◆ ImageFormat
Image format types
Used to define wanted target format where image decoder should give to Kodi.
Enumerator |
---|
ADDON_IMG_FMT_A8R8G8B8 | A 32-bit ARGB pixel format, with alpha, that uses 8 bits per channel, ARGBARGB...
|
ADDON_IMG_FMT_A8 | A 8, alpha only, 8bpp, AAA...
|
ADDON_IMG_FMT_RGBA8 | RGBA 8:8:8:8, with alpha, 32bpp, RGBARGBA...
|
ADDON_IMG_FMT_RGB8 | RGB 8:8:8, with alpha, 24bpp, RGBRGB...
|