pngnq icon indicating copy to clipboard operation
pngnq copied to clipboard

Neural network based png image quantization.

Results 2 pngnq issues
Sort by recently updated
recently updated
newest added

I have fixed some issues with the autoconf files and also fixed the source so it can compile on MinGW.

src/rwpng.c doesn't build when using libpng15 or libpng16 because the macro ZLIB_VERSION is not found. This is because png.h in these newer versions no longer #include themselves. Adding "#include "...