Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 494 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 494 Bytes

mksizer

Resize images from a source folder and output to a given destination folder. The source files are not altered. Takes a reduction divisor to determine output size. I.e. reduce by 8x.

This is for me to practice with promises and get the hang of Visual Studio Code.

Install

git clone https://github.com/MkFoster/mksizer.git

Usage

From the command line:

node index.js imageSourceFolder resizedImageDestinationFolder reductionFactor

I.e. "node index.js testimages output 8"