Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/srbrettle/image-resizer-python

Quickly resize images to a given height and width using a "Nearest Neighbour", "Bicubic", "Bilinear", or "Anti-Alias" filter.
https://github.com/srbrettle/image-resizer-python

image-processing image-resizer image-resizer-gui images python resize-image resize-images

Last synced: 19 days ago
JSON representation

Quickly resize images to a given height and width using a "Nearest Neighbour", "Bicubic", "Bilinear", or "Anti-Alias" filter.

Awesome Lists containing this project

README

        

# Image-Resizer-Python

Function
--------
"Image Resizer" allows for images to be quickly resized to a given height and width using a "Nearest Neighbour", "Bicubic", "Bilinear", or "Anti-Alias" filter.

GUI
-------
![Image Resizer](/ImageResizer.png?raw=true "Image Resizer GUI")

![Image Resizer Combo](/ImageResizer-combo.png?raw=true "Image Resizer GUI Combo")

Usage
-----
1. Run "main.py".
2. Use [Browse...] to browse file system and select the relevant image.
3. Populate the "Width" and "Height" entry fields.
4. Select the filter from the combo box.
5. Click [Generate] to generate the new image.
6. Enter desired save location, name and filetype in the SaveDialog.

Unit Test Automation
--------------------
1. "C:\test.png" and "C:\test.txt" must exist.
2. Run "test.py".