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

Function loadimage

src/api/cpp/imageio.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29array loadimage(const char* filename, const bool is_color) {
30 return loadImage(filename, is_color);
31}
32
33void saveImage(const char* filename, const array& in) {
34 AF_THROW(af_save_image(filename, in.get()));

Callers 1

raytracingFunction · 0.85

Calls 1

loadImageFunction · 0.85

Tested by

no test coverage detected