And some more info: [EMAIL PROTECTED] tmp]$ convert -verbose test.ps _.gif "gs" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -g54x11 "-sOutputFile=/tmp/magick-XXBuWuVn" "-f/tmp/magick-XXi18aJD" "-f/tmp/magick-XXo7N5wT" convert: image size exceeds user limits in IHDR `/tmp/magick-XXBuWuVn'. convert: Corrupt image `/tmp/magick-XXBuWuVn'. convert: Postscript delegate failed `test.ps': No such file or directory. convert: missing an image filename `_.gif'.
It is strange that /tmp/magick-* does not exist. So, something is failing before the "gs" invocation (using it manually works). How can I debug this properly? TIA Alberto On Fri, Apr 4, 2008 at 7:54 PM, Alberto Simões <[EMAIL PROTECTED]> wrote: > In case it helps, configuration details below. > > > > On Fri, Apr 4, 2008 at 7:39 PM, Alberto Simões <[EMAIL PROTECTED]> wrote: > > Hi, Folks > > > > Any hint why I get this? > > > > [EMAIL PROTECTED] 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? > > Host system type : i686-pc-linux-gnu > > Option Value > > ------------------------------------------------------------------------------- > Shared libraries --enable-shared=yes yes > Static libraries --enable-static=yes yes > Module support --with-modules=yes yes > GNU ld --with-gnu-ld=yes yes > Quantum depth --with-quantum-depth=16 16 > High Dynamic Range Imagery > --enable-hdri=yes yes > > Delegate Configuration: > BZLIB --with-bzlib=yes yes > DJVU --with-djvu=no no > DPS --with-dps=yes no > FlashPIX --with-fpx=yes no > FontConfig --with-fontconfig=yes yes > FreeType --with-freetype=yes yes > GhostPCL None pcl6 (unknown) > GhostXPS None gxps (unknown) > Ghostscript None gs (8.62) > result_ghostscript_font_dir='none' > Ghostscript fonts --with-gs-font-dir=default > Ghostscript lib --with-gslib=yes yes > Graphviz --with-gvc=yes yes > JBIG --with-jbig=yes no > JPEG v1 --with-jpeg=yes yes > JPEG-2000 --with-jp2=yes no > LCMS --with-lcms=yes yes > LQR --with-lqr=no no > Magick++ --with-magick-plus-plus=yes yes > OpenEXR --with-openexr=yes yes > PERL --with-perl=yes /usr/bin/perl > PNG --with-png=yes yes > RSVG --with-rsvg=yes yes > TIFF --with-tiff=yes yes > result_windows_font_dir='none' > Windows fonts --with-windows-font-dir= > WMF --with-wmf=yes yes > X11 --with-x= yes > XML --with-xml=yes yes > ZLIB --with-zlib=yes yes > > X11 Configuration: > X_CFLAGS = > X_PRE_LIBS = -lSM -lICE > X_LIBS = > X_EXTRA_LIBS = > > Options used to compile and link: > PREFIX = /usr > EXEC-PREFIX = /usr > VERSION = 6.3.9 > CC = gcc > CFLAGS = -g -O2 -Wall -W -pthread > MAGICK_CFLAGS = -g -O2 -Wall -W -pthread > CPPFLAGS = -I/usr/include/ImageMagick > PCFLAGS = > DEFS = -DHAVE_CONFIG_H > LDFLAGS = -lfreetype -lz > MAGICK_LDFLAGS = -L/usr/lib -lfreetype -lz > LIBS = -lMagickCore -llcms -ltiff -lfreetype -ljpeg > -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lpthread > CXX = g++ > CXXFLAGS = -g -O2 -Wall -W -pthread > > [EMAIL PROTECTED] ImageMagick-6.3.9]# > -- Alberto Simões _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
