(long ptr)
| 162 | static native long image_to_dtype(long ptr, int dtype); |
| 163 | static native void image_copy_from(long ptr, long from); |
| 164 | static native long image_clone(long ptr); |
| 165 | static native long image_crop(long ptr, int left, int top, int width, int height); |
| 166 | static native String image_stringfy(long ptr); |
| 167 | } |