MCPcopy Index your code
hub / github.com/ImageOptim/libimagequant / close

Method close

imagequant-sys/org/pngquant/Result.java:69–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 public native int getQuality();
68
69 public void close() {
70 if (handle != 0) {
71 liq_result_destroy(handle);
72 handle = 0;
73 }
74 }
75
76 private static byte[] get8bitDataFromImage(BufferedImage image) {
77 if (image.getType() == BufferedImage.TYPE_BYTE_INDEXED) {

Callers 1

getRemappedMethod · 0.95

Calls 1

liq_result_destroyMethod · 0.95

Tested by

no test coverage detected