README 402 B

123456789
  1. pngquant is a command-line utility for converting 24/32-bit PNG
  2. images to paletted (8-bit) PNGs. The conversion reduces file sizes
  3. significantly (often as much as 70%) and preserves full alpha
  4. transparency. Generated images are compatible with all modern web
  5. browsers, and have better fallback in IE6 than 24-bit PNGs.
  6. Optional features:
  7. OPENMP=yes|no (default: no) Enables parallelized batch jobs.