CodeKit icon indicating copy to clipboard operation
CodeKit copied to clipboard

[Feature request] Integrate PNGQuant Dithering + Posterize Options

Open philippedcote opened this issue 7 years ago • 0 comments

Quick, short summary:

  • Dithering and Posterization cannot be controlled in the current implementation of PNGQuant.

Expected results:

  • Let the user control Dithering (--floyd=N) on a scale from 0 to 1 (UI could be a Slider with 0.1 increments).
  • Let the user Enable + define Posterization (--posterize bits N) from 2 to 256 colors (UI could be a CheckBox + Text Field).

Actual results:

  • Current PNGQuant implementation only let the user control quality / speed.

A link to download a simplified project or file that shows the issue:

philippedcote avatar May 02 '17 14:05 philippedcote