/imager

Electron app for image optimization on OS X

Primary LanguageJavaScriptMIT LicenseMIT

Imager

Usage

  • npm install
  • npm start
  • Drag images into the window to optimize
  • Optimized images are saved into an _OPTIMIZED folder in the same parent folder as their source
  • Supported formats
    • jpg
    • png

Notes

  • Requires libpng to be installed, brew install libpng
  • If running npm install has some problems, you may need to run brew upgrade and then try running npm install again
  • Using 7.0.0 of https://github.com/szwacz/electron-boilerplate