cf_image_save_png_to_memory¶
Category: image
GitHub: cute_image.h
Saves an image to a PNG in memory.
| Parameters | Description |
|---|---|
img |
The image to save. |
out_data |
Out parameter for the PNG data. Caller must free with cf_free. |
out_size |
Out parameter for the size of the PNG data in bytes. |
Return Value¶
Check the CF_Result for errors.