Problems during label creation

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?".
jjriv

Re: Problems during label creation

Post by jjriv »

AxelF1983 wrote:
snibgo wrote:I don't know GS or PHP (or even Unix) very well, but I suspect the command line uses the local GS, but PHP uses the system GS.

Perhaps PHP can be configured to use local GS.

Or perhaps you should install the latest GS at the system level.
Thank you very much. I installed the latest GS at the system level. now it runs. Thank you for your help and patience!
Can you tell us how you installed the latest GS at the system level? I've tried building both ImageMagick and Ghostscript from the latest source tarballs and I am still having this issue. I am able to create GIF files from the PDFs via the command line but not via PHP. I was getting the same "CRIT: rangecheck in .setuserparams" error but now nothing is happening at all. No error, no image generated.
bentoo

Re: Problems during label creation

Post by bentoo »

I overcame this issue by running php in fastcgi instead of SuPHP.
Post Reply