Skip to content

Commit

Permalink
Improve README text
Browse files Browse the repository at this point in the history
  • Loading branch information
tessarin committed Oct 2, 2017
1 parent 2c13c30 commit cb3f8a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ By default, `dither` will use a 3-bit RGB palette and dithering when
processing an image. Other possible palettes include:

- Grayscale of any given size
- Automatic, generated with the given size using the median-cut quantization
- Automatic, generated with the given size using a median-cut quantization
algorithm
- Custom palette

Dithering on the final image can be disabled and the program also can be used
to just generate a palette.
Dithering on the final image can be disabled and the program can also be used
just to generate a palette.

[ppm]: https://en.wikipedia.org/wiki/Netpbm_format
[brew]: https://brew.sh
Expand Down

0 comments on commit cb3f8a1

Please sign in to comment.