/imagemagick-online-cropper

A web based interface to crop image with Imagemagick.

Primary LanguageJavaScript

imagemagick-online-cropper

imagemagick user interface to crop images

Environment

  • node v9.2.1
  • npm 5.6.0

Inital setup

$ brew install imagemagick   
$ git clone {this repository}  
$ cd {path to cloned repository}  
$ npm install  
$ cd ./express  
$ npm install  
$ bower install  
$ cd ../  
$ grunt  
// Now. it starts running!!!!  

Usage:

  1. Execute "grunt" at the root directory of this repository.

  2. Access the URL of host server(machine) (ex. http://localhost:3000. port# = 3000).

  3. Enter the title of your cropping and click the "show" button.

  1. Upload an image to be cropped.

  1. Edit cropping settings.

  1. Click the "save" button and execute cropping.

  1. Click the "tools" button and click the "download(zip)" button to download the image files.

Have fun!!