Searched defs:LZWEncoder (Results 1 – 1 of 1) sorted by relevance
10 class LZWEncoder { class113 LZWEncoder(int width, int height, byte[] pixels, int color_depth) { in LZWEncoder() method in LZWEncoder