Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
void saveImage(const char* filename, const array& in) {
34
AF_THROW(af_save_image(filename, in.get()));
35
}
36
37
void* saveImageMem(const array& in, const imageFormat format) {
38
void* ptr = NULL;
Callers
4
TEST
Function · 0.85
imageEq
Function · 0.85
saveimage
Function · 0.85
raytracing
Function · 0.85
Calls
2
af_save_image
Function · 0.50
get
Method · 0.45
Tested by
1
imageEq
Function · 0.68