Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

48 lines (25 loc) · 1.19 KB

InstaCrop

We all know, the image cropping of portrait pictures on Instagram and other services is ridiculous. So I build this app to get the pictures in the right format without the need to crop them. Simply drop a bunch of images to the app and they will be processed and saved in the same path in a new folder.

alt text

Install

macOS 10.10+, Linux, and Windows 7+ are supported (64-bit only).

macOS

Download the .dmg file.

Linux

Download the .AppImage or .deb file.

The AppImage needs to be made executable after download.

Windows

Download the .exe file.


Dev

Built with Electron.

Run

$ npm install
$ npm start

Publish

$ npm run release

After Travis finishes building your app, open the release draft it created and click "Publish".