(long attr, byte[] bitmap, int width, int height, int components)
| 70 | } |
| 71 | |
| 72 | private static native long liq_image_create(long attr, byte[] bitmap, int width, int height, int components); |
| 73 | private static native void liq_image_destroy(long handle); |
| 74 | } |