From 38bb1bfc3f21b233867c1eb204ca47a4f64c2567 Mon Sep 17 00:00:00 2001 From: thinknathan Date: Wed, 20 Dec 2023 11:00:45 -0800 Subject: [PATCH] Clearer labels --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9cf972c..a36f786 100644 --- a/README.md +++ b/README.md @@ -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` - Shirtless man - 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` - Woman with illusion of multiple arms - 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` - Scuba diver - Scuba diver with limited colour palette and dithering