Quantizes a 32-bit RGBA PNG image to an 8 bit RGBA palette PNG
using the neuquant algorithm.
Categories
Image ConvertersLicense
BSD LicenseFollow pngnq
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
Great program with lots of useful tools.
-
Checked to see how this library would quantize a RGBA true color image. This is for rendering scientific data that has up to 512 levels (or ~9 bit pallette, single hue from black to white), which is of course very limited, but where 1/3 to 1/5 of the data has variable alpha. It is a little slow taking ~8-10 sec to convert a 1024x1024 image (that I'm sure is fine for most purposes), but it does an amazing job building a PNG8 that is indistinguishable from the original image.
-
An essential image processing tool!