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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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!