MCPcopy Create free account
hub / github.com/ImageOptim/libimagequant / liq_image_create

Method liq_image_create

imagequant-sys/org/pngquant/Image.java:72–72  ·  view source on GitHub ↗
(long attr, byte[] bitmap, int width, int height, int components)

Source from the content-addressed store, hash-verified

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}

Callers 1

handleFromImageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected