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.
Make sure you have Git, Node JS and NPM installed.
git clone https://github.com/kachurovskiy/batchimageproc.git
cd batchimageproc
npm install
npm start
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.