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

Function saveImageMem

src/api/cpp/imageio.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void* saveImageMem(const array& in, const imageFormat format) {
38 void* ptr = NULL;
39 AF_THROW(af_save_image_memory(&ptr, in.get(), format));
40 return ptr;
41}
42
43void saveimage(const char* filename, const array& in) {
44 return saveImage(filename, in);

Callers 1

TESTFunction · 0.85

Calls 2

af_save_image_memoryFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected