faqts : Computers : Programming : Languages : PHP : Function Libraries : Image

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

32 of 37 people (86%) answered Yes
Recently 7 of 10 people (70%) answered Yes

Entry

How can I use PHP with ImageMagick?
How can I dynamically generate images in PHP?

Jul 16th, 2005 13:27
Shashank Tripathi,


I won't crowd these pages with text, but here are some simple pointers 
which have a lot of useful information:
1. THE GD LIBRARY
   http://www.boutell.com/gd/
2. PHP's IMAGE MANIPULATION PAGES
   http://www.php.net/manual/en/ref.image.php
   (* Check this out for some very useful code)
3. Using PHP and ImageMagick together (using PEAR Imagick module)
   http://sniptools.com/tutorials/using-imagemagick-with-php
4. Dynamic thumbnails with ImageMagick
   http://sniptools.com/tutorials/dynamic-thumbnailing-with-imagemagick-
in-php
Hope this is useful. Please feel free to add other snippets (provided 
you are a registered FAQTS user) below.