/batchimageproc

Electron app for batch image processing

Primary LanguageJavaScriptMIT LicenseMIT

batchimageproc

Download EXE file

Electron app for batch image processing. Designed for a very specific purpose of resizing, baking in EXIF rotation and creation date/time - but can be easily modified to have more features.

batchimageproc

Developing

Make sure you have Git, Node JS and NPM installed.

git clone https://github.com/kachurovskiy/batchimageproc.git
cd batchimageproc
npm install
npm start

Building EXE file

electron-builder --win portable 

Delete the created dist folder and top-level exe file before making the next build or the exe file size will jump to over 100Mb.