HELP SETTING UP IMAGEMAGICK DOESN'T WANT TO WORK WITH PHP

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
roaringbiz

HELP SETTING UP IMAGEMAGICK DOESN'T WANT TO WORK WITH PHP

Post by roaringbiz »

I installed image magick the latest version...
and have php code that utilizes image magick...
problem is.. when i enable image magick from the php config file
I get nothing but blank pictures...
when i disable it. the pictures come back...
is there any way i can get image magick to work with my php code?
It's the thumbnails i'm interested in... some of them are huge. the need to be smaller...
please let me know what it is i am doing wrong...
many thanks if you can help
ridera

Post by ridera »

Be more specific about what you are doing. Show your command.

Are you using exec() or magickwand?
Post Reply