Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 📷
- Host: GitHub
- URL: https://github.com/i-no-one/pictures-utils
- Owner: I-No-oNe
- Created: 2024-08-06T21:46:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T21:54:04.000Z (5 months ago)
- Last Synced: 2024-08-07T01:08:33.327Z (5 months ago)
- Language: Python
- Homepage: https://i-no-one.github.io/
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 🎉