Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void saveimage(const char* filename, const array& in) {
44
return saveImage(filename, in);
45
}
46
47
void deleteImageMem(void* ptr) { AF_THROW(af_delete_image_memory(ptr)); }
48
Callers
nothing calls this directly
Calls
1
saveImage
Function · 0.85
Tested by
no test coverage detected