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