ArrayFire: isImageIoAvailable
Returns true if ArrayFire was compiled with ImageIO (FreeImage) support. More...
Functions | |
| AFAPI bool | isImageIOAvailable () |
| Function to check if Image IO is available. More... | |
| AFAPI af_err | af_is_image_io_available (bool *out) |
| Function to check if Image IO is available. More... | |
Returns true if ArrayFire was compiled with ImageIO (FreeImage) support.
◆ af_is_image_io_available()
Function to check if Image IO is available.
- Parameters
-
[out] out is true if ArrayFire was commpiled with ImageIO support, false otherwise.
- Returns
- AF_SUCCESS if successful
| AFAPI bool isImageIOAvailable | ( | ) |
Function to check if Image IO is available.
- Returns
- true if ArrayFire was commpiled with ImageIO support, false otherwise.