[magick-users] Problems with PostScripts

Fred Weinhaus fmw at alink.net
Fri Apr 4 12:00:28 PDT 2008


I don't know if this will help, but the convert syntax usually has 
the input image right after "convert". So try

convert test.ps -density 120 -trim -transparent "#FFFFFF" test.png

also see http://www.imagemagick.org/script/command-line-options.php#trim

for notes about errors and also the use of +repage



>Hi, Folks
>
>Any hint why I get this?
>
>[ambs at eremita tmp]$ /usr/bin/convert -density 120 -trim -transparent
>"#FFFFFF" test.ps test.png
>convert: image size exceeds user limits in IHDR `/tmp/magick-XXUkiXfJ'.
>convert: Corrupt image `/tmp/magick-XXUkiXfJ'.
>convert: Postscript delegate failed `test.ps': No such file or directory.
>convert: missing an image filename `test.png'.
>
>
>This is a hand-compiled ImageMagick. I think I have all the PS options
>selected, but not sure.
>Can you give me a hint?
>
>Thanks
>Alberto


More information about the Magick-users mailing list