brokentone / gmagick

PHP extension that wraps the GraphicsMagick library. Access GraphicsMagick's capabilities via PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gmagick

Copyright (c) 2009 Vito Chin, Mikko Koppanen

PHP extension that wraps the GraphicsMagick library. Access GraphicsMagick's capabilities via PHP.

Getting Started

  1. Install GraphicsMagick

Download the stable from from http://www.graphicsmagick.org and build with --enable-shared option. If you do not need to work with perl, --without-perl.

  1. Install Gmagick

Typically, as with most extensions:

$ phpize $ ./configure $ make $ make install

About

PHP extension that wraps the GraphicsMagick library. Access GraphicsMagick's capabilities via PHP.

License:Other


Languages

Language:C 85.1%Language:PHP 14.9%