imagemagick user interface to crop images
- node v9.2.1
- npm 5.6.0
$ 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!!!!
-
Execute "grunt" at the root directory of this repository.
-
Access the URL of host server(machine) (ex. http://localhost:3000. port# = 3000).
-
Enter the title of your cropping and click the "show" button.
- Upload an image to be cropped.
- Edit cropping settings.
- Click the "save" button and execute cropping.
- Click the "tools" button and click the "download(zip)" button to download the image files.
Have fun!!