Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
/ parse-image Public archive

Port of Parse Image for parse-develop based on imagemagick and graphicsmagick

Notifications You must be signed in to change notification settings

flovilmart/parse-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parse-image

codecov.io Build Status npm version

Port of Parse Image for parse-env based on node-gm

Auto install imagemagick and graphics magick with homebrew on OS X OR apt if available.

If the auto installation fails, you need to manually install imagemagick and graphicsmagick on you system.

Installation

just install it as a dependency:

$ npm install --save parse-image

There is a pre-install script that will attepmt to use brew or apt to install the imagemagick and graphicsmagick.

If the pre-install script fails, the installation continues but the module may not be working. (actually it won't work at all)

Heroku installation

heroku comes with imagemagick (convert) by default.

You need to manually install heroku-buildpack-graphicsmagick

Follow the instructions in the link and the pre-install warnings should auto-magically disappear

About

Port of Parse Image for parse-develop based on imagemagick and graphicsmagick

Resources

Stars

Watchers

Forks

Packages

No packages published