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

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

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`

![](https://user-images.githubusercontent.com/56031107/276253206-04d86e85-4a43-4050-aed8-83bcb9b247c8.png)