Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/srbrettle/image-resizer-python
- Owner: srbrettle
- Created: 2017-12-12T21:04:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T19:04:47.000Z (about 7 years ago)
- Last Synced: 2024-12-06T19:17:34.416Z (about 1 month ago)
- Topics: image-processing, image-resizer, image-resizer-gui, images, python, resize-image, resize-images
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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".