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

Function saveImage

src/api/cpp/imageio.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void saveImage(const char* filename, const array& in) {
34 AF_THROW(af_save_image(filename, in.get()));
35}
36
37void* saveImageMem(const array& in, const imageFormat format) {
38 void* ptr = NULL;

Callers 4

TESTFunction · 0.85
imageEqFunction · 0.85
saveimageFunction · 0.85
raytracingFunction · 0.85

Calls 2

af_save_imageFunction · 0.50
getMethod · 0.45

Tested by 1

imageEqFunction · 0.68