Skip to content

Commit c75e9e8

Browse files
committed
Added Examples section, containig a demo command, before, and after images.
1 parent ea6f5d1 commit c75e9e8

File tree

1 file changed

+9
-0
lines changed
  • IMAGES & PHOTO SCRIPTS/Image-Inverter

1 file changed

+9
-0
lines changed

IMAGES & PHOTO SCRIPTS/Image-Inverter/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,12 @@ This project is an implementaion of a CLI program that inverts image/set of imag
66
## Requirements
77
First, you need to install `Pillow` module. You can check the official instructions [here](https://pillow.readthedocs.io/en/stable/installation.html) and follow the instructions according to the OS you are running.
88

9+
## Examples
10+
### Command
11+
`./inverter.py /your/path/for/image.jpg /another/image.png`
12+
### Before
13+
![Flower Uninverted Image](https://github.com/omar-danasoury/Python-project-Scripts/blob/Image-Inverter/before.png?raw=true)
14+
15+
### After
16+
![Flower's Inverted Image](https://github.com/omar-danasoury/Python-project-Scripts/blob/Image-Inverter/after.png?raw=true)
17+

0 commit comments

Comments
 (0)