cf_image_load_png_from_memory_indexed¶
Category: image
GitHub: cute_image.h
Loads a png image in paletted form.
| Parameters | Description |
|---|---|
| data | Pointer to the image in memory. |
| size | The number of bytes in the data pointer. |
| img | Out parameter for the image. |
Return Value¶
Check the CF_Result for errors.
Related Pages¶
CF_ImageIndexed
cf_image_load_png_indexed
cf_image_depallete
cf_image_free_indexed