Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 478 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 478 Bytes

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