Search found 5 matches

by twodown
2016-11-18T11:15:06-07:00
Forum: Users
Topic: convert stops at GS prompt
Replies: 9
Views: 3877

Re: convert stops at GS prompt

Is there a way to see which delegate is actually being used (assuming one is)?
by twodown
2016-11-18T11:00:51-07:00
Forum: Users
Topic: convert stops at GS prompt
Replies: 9
Views: 3877

Re: convert stops at GS prompt

obviously gs is not finding something it needs (or is not installed completely) because: "gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" "-sOutputFile=/tmp/magick ...
by twodown
2016-11-18T09:26:24-07:00
Forum: Users
Topic: convert stops at GS prompt
Replies: 9
Views: 3877

Re: convert stops at GS prompt

Version: ImageMagick 6.9.1-10 Q16 x86_64 2015-08-12 http://www.imagemagick.org Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Features: Cipher DPC Modules Delegates (built-in): freetype jng jpeg ltdl png tiff wmf I'm not sure why ...
by twodown
2016-11-17T21:26:07-07:00
Forum: Users
Topic: convert stops at GS prompt
Replies: 9
Views: 3877

Re: convert stops at GS prompt

will upgrade GS, but with same version of ImageMagick and PDF this works fin on another machine/environment: convert -verbose /home/test/CCMC.pdf -density 72 -auto-orient -resize "450x450>" /tmp/ImageMagickContentTransformerWorker_target_979552780204846943.png "gs" -q -dQUIET -dSAFER -dBATCH ...
by twodown
2016-11-17T19:23:54-07:00
Forum: Users
Topic: convert stops at GS prompt
Replies: 9
Views: 3877

convert stops at GS prompt

When I run convert against a pdf it is stopping at a Ghostscript prompt (GS>) When I run i with verbose it seems to be pulling correct delegate entry but not executing in the correct way, stops at a GS prompt. Works correctly on another machine. What does stopping at GS prompt indicate? convert ...