Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 784 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 784 Bytes

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

Image Resizer 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".