Skip to content

Automatically resize images in a directory. Currently working for OSX

Notifications You must be signed in to change notification settings

angeld7/autoimageresizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoimageresizer

By Angel Delgado

Automatically resize images in a directory. Currently working for OSX.

Monitors folders with Apple's System Event API. When a file is added to the folder Opencv is used to resize the image. This program also uses inih(ini not invented here), to parse the config file.

Resize Modes

  • Normal resize: Resize the picture to a specific resolution.
  • Scale: Scale the picture with a specific scaling factor.
  • Border: Use a letter box to resize to a specific resolution without distortion.
  • Crop: Resize the image to specific resolution cropping excess to avoid distortion.

About

Automatically resize images in a directory. Currently working for OSX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published