Skip to content

wcgallego/gmagick

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.4%
  • PHP 15.6%