|
|
|
|
|
by mattdesl
456 days ago
|
|
Last time I benchmarked png-tools, it was about 2-6x faster than fast-png for encoding. https://github.com/mattdesl/png-tools I’ve also added some other features like multi-threaded encoding, cancellation, encoding physical dimensions, color profiles, all of which is useful for encoding large print-ready PNGs on the client. (No shade against fast-png, it’s a good library, but maybe not the fastest!) |
|
Only working on grayscale 16bit images with only the lower 10bits populated I never found it reduced image size. But I was doing per scan adaptive filtering so maybe if I was only allowed one filter for the entire image that would be it?
Just wondering if you did any experiments with different filter strategies?