> You would haven't happen to have an example?  I am new to imagemagick.   
>  Any help would be greatly appreciated. 
 
 
Sure!
 
'convert -size 85x110 -raise 10x10 rebate.pdf -resize 85x110 rebate.jpg'
 
Assuming you have ImageMagick loaded, the above will take rebate.pdf and
create an 85x110 thumbnail in .jpg format and raise the edges with a 10
pixel 3-D beveled effect.
 
To call it from PHP, have a look at the exec() function in the manual

Reply via email to