Search found 3 matches

by remi
2014-09-19T04:57:50-07:00
Forum: Bugs
Topic: 6.8.9-7: Postscript/PDF failure with ghostscript 8.70
Replies: 3
Views: 11817

Re: 6.8.9-7: Postscript/PDF failure with ghostscript 8.70

We can close this one.... very strange conflict in PHP land between gd and imagick extension... $ php56 -n -d extension=imagick.so -r 'var_dump($im = new Imagick("../foo.pdf"));' object(Imagick)#1 (0) { } $ php56 -n -d extension=gd.so -d extension=imagick.so -r 'var_dump($im = new Imagick("../foo ...
by remi
2014-09-18T06:42:58-07:00
Forum: Bugs
Topic: 6.8.9-7: Postscript/PDF failure with ghostscript 8.70
Replies: 3
Views: 11817

Re: 6.8.9-7: Postscript/PDF failure with ghostscript 8.70

Yes, convert works... so I need to find why it doesn't work from php/imagick...
by remi
2014-09-18T00:11:47-07:00
Forum: Bugs
Topic: 6.8.9-7: Postscript/PDF failure with ghostscript 8.70
Replies: 3
Views: 11817

6.8.9-7: Postscript/PDF failure with ghostscript 8.70

Ghostscript 8.70 is the standard version on RHEL / CentOS 5 and 6 With this version and ImageMagick 6.8.9-7 reading .ps or .pdf fails Reverting coders/ps.c and coders/pdf.c to version 6.8.9-0 solves this issue. From a quick analysys of the changes in these coders - previous : rely on command exit ...