Search found 4 matches

by ustas19
2011-10-17T10:15:06-07:00
Forum: IMagick
Topic: Using -path and creating multiple images
Replies: 2
Views: 9726

Re: Using -path and creating multiple images

Add directory path to your name?

Like /path/to/my/dir/result.file.gif
by ustas19
2011-10-17T10:12:17-07:00
Forum: IMagick
Topic: PHP functions containing imagick stop working after a while?
Replies: 1
Views: 7868

Re: PHP functions containing imagick stop working after a wh

Did you checked your error.log?
by ustas19
2011-10-17T10:10:12-07:00
Forum: IMagick
Topic: Problem with some pdf files when convert
Replies: 1
Views: 7718

Re: Problem with some pdf files when convert

Provide full script and check that you included all necessary files in php script or you need use autoloading
by ustas19
2011-10-17T10:01:09-07:00
Forum: IMagick
Topic: Lable single quotes problem
Replies: 2
Views: 9129

Re: Lable single quotes problem

It looks like you use imagick from command line.

and you need escape you single quote with \

try $text = "this\'s";

or you can use addcslashes or similar function.