Two simple scripts for resizing images
--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
node main.js --in /Pictures/Venice --out /Pictures/Venice-resized --width 500
go run ./main.go --in /Pictures/Venice --out /Pictures/Venice-resized --width 500