Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 584 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 584 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.

Remember to run ldconfig after building GraphicsMagick to update shared library cache for immediate use.

  1. Install Gmagick

Typically, as with most extensions:

$ phpize $ ./configure $ make $ make install