cf_image_save_png¶
Category: image
GitHub: cute_image.h
Saves an image to a PNG file.
| Parameters | Description |
|---|---|
virtual_path |
A virtual path to write the PNG to. See Virtual File System. |
img |
The image to save. |
Return Value¶
Check the CF_Result for errors.
Related Pages¶
CF_Image
cf_image_load_png
cf_image_free
cf_image_save_png_to_memory