Open syoyo opened 2 years ago
LZW and LosslessJPEG uses a library which is not optimized.
Inherently, LosslessJPEG is a predictor + huffman compression of pixel data.
We could utilize wuff library(huffman decoder/encoder) to make it faster: https://github.com/google/wuffs
LZW and LosslessJPEG uses a library which is not optimized.
Inherently, LosslessJPEG is a predictor + huffman compression of pixel data.
We could utilize wuff library(huffman decoder/encoder) to make it faster: https://github.com/google/wuffs