Skip to content
#

png-compression

Here are 28 public repositories matching this topic...

joeyhoer
joeyhoer commented Sep 21, 2017

The version of posterizer provided in ImageAlpha is different from posterize as it exists in this repo. This becomes evident when running the following:

$ posterize -v 64 test.png test.png
MSE=20.288 (Q=43, 64 levels)
$ wc -c test.png
210715 test.png
$ /Applications/ImageAlpha.app/Contents/MacOS/posterizer -v 64 test.png test.png 
MSE=17.192 (Q=50, 64 levels)
$ wc -c 

Improve this page

Add a description, image, and links to the png-compression topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the png-compression topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.