-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7610ddb
commit 0df298d
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# Minimalist-image-editor | ||
This tool allows to modify several aspect of a single or multiple image | ||
This tool allows to modify several aspects of a single or multiples images. | ||
All edit files will be stored in the `Output_images` folder | ||
|
||
For this script work properly install the following lib with your comand prompt: | ||
``` | ||
pip install pillow | ||
``` | ||
|
||
### Ui (very bad XD) | ||
![](https://raw.githubusercontent.com/ZombarDu88/Minimalist-image-editor/main/images/Software.PNG) | ||
|
||
## Exemple of use | ||
Initial image : ![](https://raw.githubusercontent.com/ZombarDu88/Minimalist-image-editor/main/images/snore%20mimimimi%20base.png) | ||
|
||
Modified : ![](https://raw.githubusercontent.com/ZombarDu88/Minimalist-image-editor/main/images/snore%20mimimimi%20(128x50).png) |