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

Function saveimage

src/api/cpp/imageio.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void saveimage(const char* filename, const array& in) {
44 return saveImage(filename, in);
45}
46
47void deleteImageMem(void* ptr) { AF_THROW(af_delete_image_memory(ptr)); }
48

Callers

nothing calls this directly

Calls 1

saveImageFunction · 0.85

Tested by

no test coverage detected