Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ saveImageNative
Function
saveImageNative
src/api/cpp/imageio.cpp:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void saveImageNative(const char* filename, const array& in) {
56
AF_THROW(af_save_image_native(filename, in.get()));
57
}
58
59
bool isImageIOAvailable() {
60
bool out = false;
Callers
1
saveLoadImageNativeCPPTest
Function · 0.85
Calls
2
af_save_image_native
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected