Skip to content

raynnerdm/imagemagick-online-cropper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!!

About

A web based interface to crop image with Imagemagick.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.0%
  • Shell 3.0%
  • CSS 3.0%