Hi Magick,
Thanks for your response, I'm glad the script works.
At the moment we're looking into EXEC permissions as this might be where the problem lies.
I'll post back here if we find a solution.
Thanks.
Search found 2 matches
- 2009-11-18T08:57:47-07:00
- Forum: IMagick
- Topic: Wand contains no images error
- Replies: 3
- Views: 11494
- 2009-11-12T14:44:23-07:00
- Forum: IMagick
- Topic: Wand contains no images error
- Replies: 3
- Views: 11494
Wand contains no images error
Hi, We'd really love to be able to use ImageMagick as it would be extremely useful across several projects, however we keep receiving the same error. This is the code we're using just to test ImageMagick: if(file_exists('content/pl100.jpg')) { try { $im = new imagick('content/pl100.jpg'); } catch ...