And the reason?
feedback
|
|
ImageMagick is not a PHP image processing library, it's a stand-alone package that can be accessed from PHP. It is incredibly more feature-rich than GD. See the ImageMagick Usage page with hundreds of examples. GD supports very primitive operations only (copying, resizing, geometric primitives, basic text rendering). Everyday things ImageMagick does better:
| |||||||||||||||
feedback
|
|
If you want portability, stick with GD is available in almost every server that runs PHP. If you want to use a more powerful library or image manipulation is crucial to your application AND you can control your environment, then go for ImageMagick. | |||
|
feedback
|
|
What data have you obtained so far? What functionality are you looking for? I would suggest a Google search first if you have done no research | |||
|
feedback
|