Skip to content

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

Notifications You must be signed in to change notification settings

srbrettle/Image-Resizer-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages