webtoast / imager

Electron app for image optimization on OS X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Electron app for image optimization on OS X

License:MIT License


Languages

Language:JavaScript 89.0%Language:CSS 7.4%Language:HTML 3.6%