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