Add directory path to your name?
Like /path/to/my/dir/result.file.gif
Search found 4 matches
- 2011-10-17T10:15:06-07:00
- Forum: IMagick
- Topic: Using -path and creating multiple images
- Replies: 2
- Views: 9897
- 2011-10-17T10:12:17-07:00
- Forum: IMagick
- Topic: PHP functions containing imagick stop working after a while?
- Replies: 1
- Views: 8030
Re: PHP functions containing imagick stop working after a wh
Did you checked your error.log?
- 2011-10-17T10:10:12-07:00
- Forum: IMagick
- Topic: Problem with some pdf files when convert
- Replies: 1
- Views: 7872
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
- 2011-10-17T10:01:09-07:00
- Forum: IMagick
- Topic: Lable single quotes problem
- Replies: 2
- Views: 9544
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.
and you need escape you single quote with \
try $text = "this\'s";
or you can use addcslashes or similar function.