Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/i-no-one/pictures-utils

A phyton program for changing photos colors 📷
https://github.com/i-no-one/pictures-utils

Last synced: about 2 months ago
JSON representation

A phyton program for changing photos colors 📷

Awesome Lists containing this project

README

        

# Pictures Utils
#### By I-No-oNe
---------------------------------------
## What is this project?
A useful program that I made that help me with some irl stuff\
(just editing photos for a shirt 😅)
## How to use?
- ***Run the command:***
```shell
pip install Pillow
```
- ***Then put the image you want to change in the `input` folder.***
- ***Run the `picturesUtils` file and choose the mode you need.***
- ***Paste the final result from the `output` folder.***
### IMPORTANT NOTE -> DON'T FORGET TO CHANGE THE FILE NAME TO `input.png`.
-----------------------------
## What are the different modes?
```yml
# Mode 1 -> Change non-transparent pixels to white
# Mode 2 -> Change non-transparent pixels to black
# Mode 3 -> Make every pixel that isn't black or related to black transparent
```

### Enjoy 🎉