Skip to content

Naimin/Python-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Python Script Utilities

Repo for miscellaneous useful python scripts

Image Resizer

Script that resize all the images in an input folder by a scale factor and save the resized image into an output folder. Input folder can't be the output folder, since it will overwrite the original file in the input folder.

usage: py image_resizer.py <input folder> <output folder> <scale factor>

install dependencies: pip install opencv-python

About

Python Script Utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages