Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Image Resizer

Description

The image resizer scales images to a given resolution (default 1920x1080) with black bars to maintain aspect ratio. And the image stitcher combines images for use across multiple screens

This is just a python script I wrote partially for practice and to quickly resize images for use as desktop backgrounds when I'm using windows. There may be issues and should be used at your own risk

Requirements

  • Python 3.4 (Only tested on 3.7)
  • pillow

Command line flags

  • -h Displays help
  • -W --width WIDTH Sets image width (Defaults to 1920)
  • -H --height HEIGHT Sets image height (Defaults to 1080)
  • -t --type TYPE Sets the image type (Currently defaults to jpg) png is slower but supports transparency

Image Stitcher

Requirements

  • Python 3.4 (Only tested on 3.7)
  • pillow
  • The stitcher also requires all images to be the same resolution

Command line flags

  • -h Displays help
  • -n NUMBER_MONITORS Sets the number of monitors

Planned

Currently the resizer and the stitcher are separate this may not change but I would like to add the ability for the stitcher to resize images appropriately so the user doesn't need to do two steps

About

Python scripts for resizing images and making multi monitor wallpapers

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages