Skip to content

Commit

Permalink
Clearer labels
Browse files Browse the repository at this point in the history
  • Loading branch information
thinknathan committed Dec 20, 2023
1 parent ffd5b1b commit 38bb1bf
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 @@ -4,19 +4,19 @@ Command-line utility that pixelizes images to create pixel art. Inspired by [pyx

## Examples

- `px -f sharon -c 2 -d atkinson -x -0.09`
- `--colorLimit 2 --ditherAlgo atkinson --contrast -0.09`

- <img src="docs/sharon.jpg" alt="Shirtless man">
- <img src="docs/sharon-d_atkinson-c_2.png" alt="Shirtless man in dithered black and white style">
- [Photo source](https://unsplash.com/photos/grayscale-photo-of-topless-man-JiSjwGZ-1nA)

- `px -f uli -c 12 -x -0.1`
- `--colorLimit 12 --contrast -0.1`

- <img src="docs/uli.jpg" alt="Woman with illusion of multiple arms">
- <img src="docs/uli-d_none-c_12.png" alt="Woman with illusion of multiple arms with limited colour palette">
- [Photo source](https://unsplash.com/photos/a-woman-in-a-black-bikini-top-with-her-arms-in-the-air-EqphlyobpEg)

- `px -f neom -d floyd -c 12`
- `--ditherAlgo floyd --colorLimit 12`

- <img src="docs/neom.jpg" alt="Scuba diver">
- <img src="docs/neom-d_floyd-c_12.png" alt="Scuba diver with limited colour palette and dithering">
Expand Down

0 comments on commit 38bb1bf

Please sign in to comment.