https://github.com/juanbindez/bgpurge
This software extracts the background of images and turns it into png
https://github.com/juanbindez/bgpurge
extractor images png removebackground
Last synced: about 1 year ago
JSON representation
This software extracts the background of images and turns it into png
- Host: GitHub
- URL: https://github.com/juanbindez/bgpurge
- Owner: JuanBindez
- License: gpl-2.0
- Created: 2023-07-02T03:52:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T00:06:07.000Z (almost 3 years ago)
- Last Synced: 2025-05-01T17:22:20.659Z (about 1 year ago)
- Topics: extractor, images, png, removebackground
- Language: Python
- Homepage:
- Size: 247 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# BGPurge 1.0.0
### Release Notes:
- Initial version only with the feature of selecting an image and removing the background automatically and saved in .png.
- simple and easy to use practical software

### Remove background:





### Compile:
pyinstaller --name BGPurge-v1.0.0-x86_64 --onefile --noconsole --windowed main.py