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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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!