Skip to content

Commit

Permalink
Standard markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Oct 1, 2014
1 parent 0766fa9 commit 11cb04e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Median Cut PNG Posterizer
## Median Cut PNG Posterizer

Reduces number of distinct color/alpha intensities in the image. Unlike typical posterization, which distributes levels evenly, this one tries to pick levels intelligently using varaince-based Median Cut and Voronoi iteration.

Expand All @@ -17,13 +17,13 @@ If input/output files are not specified then stdin/stdout is used respectively.

Posterized images can be further compressed using [PNGOUT](http://www.jonof.id.au/kenutils) or similar. Try [ImageOptim](http://imageoptim.com).

##GUI?
## GUI?

Integrated in [ImageAlpha.app](http://pngmini.com).

##Licenses
## Licenses

###Posterizer
### Posterizer

© 2011-2012 Kornel Lesiński.

Expand Down

0 comments on commit 11cb04e

Please sign in to comment.