fhanau/Efficient-Compression-Tool

Libpng compatible library

andrews05 opened this issue · 2 comments

Would it be feasible to make ECT into a libpng-compatible library? Much like mozjpeg is to libjpeg-turbo.
The point would be to allow image programs to be linked against the new library so they can directly output a highly compressed png.

Libpng uses zlib as its deflate backend. It would require a lot of work to make it use ECT's API or add a zlib-like interface to ECT.

Yeah, a zlib-compatible library would be great too :)
But sure, I understand it would be a lot of work.