Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 976 Bytes

File metadata and controls

21 lines (15 loc) · 976 Bytes

Image-Inverter

Describtion

This project is an implementaion of a CLI program that inverts image/set of images.

Requirements

First, you need to install pillow module. You can check the official instructions here and follow the instructions according to the OS you are running.

Examples

Command

./inverter.py /your/path/to/image.jpg /another/img.png

OR: you can use -v or --verbose: ./inverter,py -v /your/image.webp

NOTE: output images will be generated in the current working directory

Before

Flower's Normal Image

After

Flower's Inverted Image