Search found 4 matches

by fabrice4821
2016-10-20T00:57:36-07:00
Forum: Developers
Topic: Error codes
Replies: 7
Views: 14964

Re: Error codes

The return is:

Array ( [0] => Version: ImageMagick 6.6.0-4 2015-11-27 Q16 http://www.imagemagick.org [1] => Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC [2] => Features: OpenMP [3] => [4] => 8.71 )

I'm on shared hosting and I can't upgrade the ImageMagick version.
Is there another ...
by fabrice4821
2016-10-19T11:27:56-07:00
Forum: Developers
Topic: Error codes
Replies: 7
Views: 14964

Re: Error codes

Hi,

Sorry for the time of the pause.

The vesrion on the server is : ImageMagick 6.6.0-4 2015-11-27 Q16

How I check the version of Ghostscript ?
by fabrice4821
2016-10-03T08:39:33-07:00
Forum: Developers
Topic: Error codes
Replies: 7
Views: 14964

Re: Error codes

Hi,

The output image format is jpg.

When I have the error 9 in $return_var, there are not information in $output

When I have the error 1 in $return_var, there are in $output:
Error: /ioerror in --showpage--
Operand stack:
1 true
Execution stack:
%interp_exit .runexec2 --nostringval ...
by fabrice4821
2016-09-28T12:02:21-07:00
Forum: Developers
Topic: Error codes
Replies: 7
Views: 14964

Error codes

Hi,

I'm using imagemagick in my php code to convert PDF file in JPG pictures.

I'm using :
exec('convert -density 300 -trim "'.$pdf_file.'" -quality 80 -resize 800 "'.$save_to.'"', $output, $return_var);

Some times, in the return_var I have the error number 9 or 1.

What are this errors ?

Best ...