1.3.0 • Published 6 years ago

gshop v1.3.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

gshop

Electron based wrapper for node's GraphicsMagick module. logo.png We aim to represent all gm features with a Bootstrap based form. A simplifed canvas and toolbox is scheduled for RC2.

Getting started

First download and install GraphicsMagick or ImageMagick. In Mac OS X, you can simply use Homebrew and do:

brew install imagemagick;
brew install graphicsmagick;

If you want WebP support with ImageMagick, you must add the WebP option:

brew install imagemagick --with-webp