We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

pngnq-s9

pngnq-s9 is a modified version of pngnq, the neural network colour quantizer for png images.

Like pngnq, pngnq-s9 takes a full 32 bit RGBA png image, selects a palette of up to 256 colours, and then redraws the image in 8 bit indexed mode. The resulting image can be up to 70% smaller than the original.

pngnq-s9 adds several new options to pngnq including the ability to augment a user-supplied palette, the ability to quantize in the YUV colour space, and the ability to give more or less weight to specific colour components when quantizing. The program also includes a few bug fixes relative to the most recent version of pngnq.

The .tar.gz files have been known to compile on Unix type systems, including Cygwin. The only external dependencies are libpng and zlib.

For Windows users, we have a 32 bit binary, in pngnq-s9-2.0.2.zip, that should run as is on most modern Windows machines.

You’re probably paying too much for cell phone service. Wirefly compares hundreds of plans to help you save. Enter what you need (minutes, data, texts) into Wirefly’s innovative plan comparison tools and see your savings instantly.

Website https://pngnqs9.sourceforge.io/
Tags
Platform
Features
  • Quantizes 32 bit RGBA png images down to 256 colours or fewer, just like pngnq.
  • selectable internal colour space (either RGBA or YUVA)
  • use different sensitivities for each colour component
  • supply your own fixed palette, and optionally select additional colours as well. Very useful if you need particular colours to remain stable.
  • better colour selection through longer learning and improved rejection of duplicate colours
  • various options to alter colour selection policy (see -x, -u)
  • options to stop alpha values of 0 and 255 being 'smudged' to nearby values
  • selectable level of Floyd-Steinberg style dithering
  • suppresses writing of png gAMA chunk by default
  • suppresses writing of png background colour chunk
  • bug fix for occasional remapping to the wrong colour (relative to pngnq 1.1)
  • bug fix for a relatively harmless flaw in implementation of Floyd-Steinberg dithering (relative to pngnq 1.1)