Save an array to disk as an image. More...
Functions | |
| AFAPI void | saveimage (const char *filename, const array &in) |
| C++ Interface for saving an image. More... | |
| AFAPI void | saveImage (const char *filename, const array &in) |
| C++ Interface for saving an image. More... | |
| AFAPI af_err | af_save_image (const char *filename, const af_array in) |
| C Interface for saving an image. More... | |
Save an array to disk as an image.
Supported formats include JPG, PNG, PPM and other formats supported by freeimage
C Interface for saving an image.
| [in] | filename | is name of file to be loaded |
| [in] | in | is the arrayfire array to be saved as an image |
C++ Interface for saving an image.
| [in] | filename | is name of file to be loaded |
| [in] | in | is the arrayfire array to be saved as an image |