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

Function make_bitmap_ptr

src/api/c/imageio.cpp:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184bitmap_ptr make_bitmap_ptr(FIBITMAP* ptr) {
185 return bitmap_ptr(ptr, getFreeImagePlugin().FreeImage_Unload);
186}
187
188template<typename T, FI_CHANNELS fo_color>
189static af_err readImage(af_array* rImage, const uchar* pSrcLine,

Callers 6

af_load_imageFunction · 0.85
af_save_imageFunction · 0.85
af_load_image_memoryFunction · 0.85
af_save_image_memoryFunction · 0.85
af_load_image_nativeFunction · 0.85
af_save_image_nativeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected