Skip to content

Commit 3f6db5b

Browse files
committed
Update README.md
Fixed before and after images' link, added a note about the path of output files, and corrected Pillow to pillow.
1 parent 0ccbdf9 commit 3f6db5b

File tree

1 file changed

+6
-5
lines changed
  • IMAGES & PHOTO SCRIPTS/Image-Inverter

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
This project is an implementaion of a CLI program that inverts image/set of images.
55

66
## Requirements
7-
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.
7+
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

99
## Examples
1010
### Command
11-
`./inverter.py /your/path/for/image.jpg /another/image.png`
11+
`./inverter.py /your/path/to/image.jpg /another/img.png`
12+
13+
NOTE: **output** images will be generated in the **current working directory**
1214
### Before
13-
![Flower Uninverted Image](https://github.com/omar-danasoury/Python-project-Scripts/blob/Image-Inverter/before.png?raw=true)
15+
![Flower's Normal Image](https://github.com/omar-danasoury/Python-project-Scripts/blob/25c0a96bc74e762bf74b9b33c56372e9d4f23837/IMAGES%20&%20PHOTO%20SCRIPTS/Image-Inverter/before.png)
1416

1517
### After
16-
![Flower's Inverted Image](https://github.com/omar-danasoury/Python-project-Scripts/blob/Image-Inverter/after.png?raw=true)
17-
18+
![Flower's Inverted Image](https://github.com/omar-danasoury/Python-project-Scripts/blob/25c0a96bc74e762bf74b9b33c56372e9d4f23837/IMAGES%20&%20PHOTO%20SCRIPTS/Image-Inverter/after.png)

0 commit comments

Comments
 (0)