Search found 6 matches
- 2011-01-13T04:51:56-07:00
- Forum: Users
- Topic: Errors when used from PHP, not from Terminal?
- Replies: 5
- Views: 9200
Re: Errors when used from PHP, not from Terminal?
Cheers guys. Turned out that the path to gs wasn't in the system PATH variable, and the version of Apache we're using has some sort of weird bug in it where the PATH variable is reset to something else and can't be changed. Annoying. Nevertheless, I've edited the delegates.xml file for IM to point ...
- 2011-01-12T08:58:52-07:00
- Forum: Users
- Topic: Errors when used from PHP, not from Terminal?
- Replies: 5
- Views: 9200
Re: Errors when used from PHP, not from Terminal?
Thanks for the link Anthony, but I don't think this is the whole story, as it were. Other ImageMagick commands (that don't involve PDF files) work fine from within PHP, it's just this one that is generating these decode errors. Could that be permissions issues with various Ghostscript libraries ...
- 2011-01-11T05:19:38-07:00
- Forum: Users
- Topic: Errors when used from PHP, not from Terminal?
- Replies: 5
- Views: 9200
Errors when used from PHP, not from Terminal?
I have a script that is supposed to take the first page of a PDF file and generate a thumbnail of it. I'm running ImageMagick 6.6.5-0 2010-10-14 Q16 on a CentOS system, and I have Ghostscript installed also. The weird thing is, the command doesn't work when run from within PHP's exec() function. The ...
- 2009-03-03T05:20:27-07:00
- Forum: Users
- Topic: Problem with polaroid effect shadows
- Replies: 6
- Views: 11035
Re: Problem with polaroid effect shadows
What version did -shadow and +clone become available? And +swap for that matter?
I'm using 6.4.8 at home and on the live server they're only running 6.0.7 (and can't upgrade it apparently) and the script doesn't work until I comment out the +clone line.
I'm using 6.4.8 at home and on the live server they're only running 6.0.7 (and can't upgrade it apparently) and the script doesn't work until I comment out the +clone line.
- 2009-03-01T05:53:35-07:00
- Forum: Users
- Topic: Problem with polaroid effect shadows
- Replies: 6
- Views: 11035
Re: Problem with polaroid effect shadows
Aah, brilliant Ta muchly, I'm using a Windows host for testing too - weird that it does that.
- 2009-03-01T03:04:27-07:00
- Forum: Users
- Topic: Problem with polaroid effect shadows
- Replies: 6
- Views: 11035
Problem with polaroid effect shadows
I was using IM 6.3.5, but last night changed to the latest version on the website to see if the behaviour was different, to no avail. I'm trying to replicate the polaroid effect seen in Anthony's IM Examples, but without using the -polaroid operator as this does too much - I don't want the slight ...