https://github.com/kraktus/image-padder
A simple application to change aspect ratio and extend images by adding a coloured/transparent background around
https://github.com/kraktus/image-padder
image-processing pillow pyside6 qt6
Last synced: about 2 months ago
JSON representation
A simple application to change aspect ratio and extend images by adding a coloured/transparent background around
- Host: GitHub
- URL: https://github.com/kraktus/image-padder
- Owner: kraktus
- License: agpl-3.0
- Created: 2023-10-18T12:45:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T11:53:03.000Z (almost 2 years ago)
- Last Synced: 2025-06-13T06:43:45.097Z (about 1 year ago)
- Topics: image-processing, pillow, pyside6, qt6
- Language: Python
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image-padder
A simple application to change aspect ratio and extend images by adding a coloured/transparent background around.
## Installation
After cloning the repository, create a `venv`
```
python3 -m venv venv
```
And turn it on
```
source venv/bin/activate
```
Install the dependencies
```
pip3 intstall -r requirements.txt
```
## Use
`python3 padder.py`
