https://github.com/jamster3000/vignette-wizard
This program is to add batch vignette to a folder of images.
https://github.com/jamster3000/vignette-wizard
application edit exe image manipulation photo program programing python vignette wizard
Last synced: about 1 year ago
JSON representation
This program is to add batch vignette to a folder of images.
- Host: GitHub
- URL: https://github.com/jamster3000/vignette-wizard
- Owner: Jamster3000
- License: gpl-3.0
- Created: 2024-06-09T11:05:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T15:38:21.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T15:52:24.830Z (over 1 year ago)
- Topics: application, edit, exe, image, manipulation, photo, program, programing, python, vignette, wizard
- Language: Python
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vignette-Wizard
This python application is used to be given a folder path containing one or more images, modify any given settings including colour of the vignette, then press the button. The program will add a vignette to each images and save a copy in a new folder in the given original folder path. Tested out on images about 1.7 - 2 MB 2000x2000 size, it's taking any time from 0.4 - 0.8 seconds to process each image.
## Pyinstaller
I have used the following cmd command to build the exe application
```pyinstaller --clean -y --name "Vignette Wizard" --windowed --add-data "C:\Users\ThinkPad\AppData\Local\Programs\Python\Python311\Lib\site-packages\customtkinter;customtkinter/" --onefile -i "icon.ico" wizard.py```


