MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / saveImageNative

Function saveImageNative

src/api/cpp/imageio.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void saveImageNative(const char* filename, const array& in) {
56 AF_THROW(af_save_image_native(filename, in.get()));
57}
58
59bool isImageIOAvailable() {
60 bool out = false;

Callers 1

Calls 2

af_save_image_nativeFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected