View Single Post
  #2 (permalink)  
Old 07-15-2009, 05:00 PM
raysolomon's Avatar
raysolomon raysolomon is offline
Registered User
 
Join Date: Oct 2006
Posts: 15
raysolomon is on a distinguished road
ImageMagick and imagick are two separate items in which do not get installed together automatically.

ImageMagick is a set of programs that help you create and manipulate images.
http://www.imagemagick.org/


Imagick is a PEAR extension for php developers to access the ImageMagick software via an API.
PECL :: Package :: imagick
Reply With Quote