Skip to content

agiac/image-resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image resizer scripts

Two simple scripts for resizing images

Command line arguments

  • --in Input folder containing the images to resize;
  • --out Output folder where the resized images will be saved. ATTENTION: the folder will always be deleted at the beginning of the script, if it is already existing;
  • --width The width to which to resize the images

JS

node main.js --in /Pictures/Venice --out /Pictures/Venice-resized --width 500

GO

go run ./main.go --in /Pictures/Venice --out /Pictures/Venice-resized --width 500

About

Two simple scripts for resizing images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published