|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
help regarding jmagickHi jacob.
Thanks for your help,my test are running now but while running test testjmagick it will show me an error Output of command 'compare' could not be parsed. Perhaps you need to give full path to IMs 'compare' command? compare -metric MSE C:/propcoHeadVersion/PropcoServerTesting/src/test/actual_output\quantized.png C:/propcoHeadVersion/PropcoServerTesting/src/test/correct_output\quantized.png tempImageDifference.jpg gave stdout: '' compare -metric MSE C:/propcoHeadVersion/PropcoServerTesting/src/test/actual_output\quantized.png C:/propcoHeadVersion/PropcoServerTesting/src/test/correct_output\quantized.png tempImageDifference.jpg gave stderr: 'compare: no decode delegate for this image format `C:/propcoHeadVersion/PropcoServerTesting/src/test/actual_output\quantized.png'. compare: no decode delegate for this image format `C:/propcoHeadVersion/PropcoServerTesting/src/test/correct_output\quantized.png'. ' javaw.exe: `%s': %s "C:/gs/gs8.14/bin/gswin32c.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pnmraw" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -g84x24 "-sOutputFile=C:/DOCUME~1/User/LOCALS~1/Temp/magick-gBUc9pO-" "-fC:/DOCUME~1/User/LOCALS~1/Temp/magick-c_XzHmVZ" "-fC:/DOCUME~1/User/LOCALS~1/Temp/magick-4M7eLMeD". javaw.exe: `%s': %s "C:/gs/gs8.14/bin/gswin32c.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pnmraw" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -g84x24 "-sOutputFile=C:/DOCUME~1/User/LOCALS~1/Temp/magick-gBUc9pO-" "-fC:/DOCUME~1/User/LOCALS~1/Temp/magick-c_XzHmVZ" "-fC:/DOCUME~1/User/LOCALS~1/Temp/magick-4M7eLMeD" -c showpage. javaw.exe: unable to read font `C:\Program Files\ImageMagick-6.3.9-Q16\config\@ghostscript_font_path@...'. javaw.exe: Postscript delegate failed `C:/DOCUME~1/User/LOCALS~1/Temp/magick-B8bGMi7x': No such file or directory. javaw.exe: `%s': %s "C:/gs/gs8.14/bin/gswin32c.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pnmraw" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -g84x24 "-sOutputFile=C:/DOCUME~1/User/LOCALS~1/Temp/magick-F5CAVbJG" "-fC:/DOCUME~1/User/LOCALS~1/Temp/magick-6rGKZx9_" "-fC:/DOCUME~1/User/LOCALS~1/Temp/magick-8uI-Pkud". javaw.exe: `%s': %s "C:/gs/gs8.14/bin/gswin32c.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pnmraw" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -g84x24 "-sOutputFile=C:/DOCUME~1/User/LOCALS~1/Temp/magick-F5CAVbJG" "-fC:/DOCUME~1/User/LOCALS~1/Temp/magick-6rGKZx9_" "-fC:/DOCUME~1/User/LOCALS~1/Temp/magick-8uI-Pkud" -c showpage. javaw.exe: unable to read font `C:\Program Files\ImageMagick-6.3.9-Q16\config\@ghostscript_font_path@...'. javaw.exe: Postscript delegate failed `C:/DOCUME~1/User/LOCALS~1/Temp/magick-56F1bBC_': No such file or directory. any help regarding this? once again thanks in advance. Warm Regards Mohammad Aamir _______________________________________________ JMagick mailing list JMagick@... http://www.yeo.id.au/mailman/listinfo/jmagick Please ensure that JMagick@... is a recipient when replying. |
|
|
Re: help regarding jmagickOn Tue, 25 Mar 2008, M.Aamir wrote:
> Hi jacob. > > Thanks for your help,my test are running now but while running test > testjmagick it will show me an error It looks like Ghostscript is either not installed, or was not found. Perhaps Ghoscript itself is installed but the Ghostscript fonts are missing. The "@ghostscript_font_path@" part of the path is normally substituted at run-time based on where Ghostscript is installed. The Ghostscript installation location is found via the Windows registry. It does seem odd that it seems to have found the gswin32c.exe location. Bob > > Output of command 'compare' could not be parsed. > Perhaps you need to give full path to IMs 'compare' command? > compare -metric MSE > C:/propcoHeadVersion/PropcoServerTesting/src/test/actual_output\quantized.png > C:/propcoHeadVersion/PropcoServerTesting/src/test/correct_output\quantized.png > tempImageDifference.jpg gave stdout: '' > compare -metric MSE > C:/propcoHeadVersion/PropcoServerTesting/src/test/actual_output\quantized.png > C:/propcoHeadVersion/PropcoServerTesting/src/test/correct_output\quantized.png > tempImageDifference.jpg gave stderr: 'compare: no decode delegate for > this image format > `C:/propcoHeadVersion/PropcoServerTesting/src/test/actual_output\quantized.png'. > compare: no decode delegate for this image format > `C:/propcoHeadVersion/PropcoServerTesting/src/test/correct_output\quantized.png'. > ' > javaw.exe: `%s': %s "C:/gs/gs8.14/bin/gswin32c.exe" -q -dQUIET > -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 > -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pnmraw" > -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -g84x24 > "-sOutputFile=C:/DOCUME~1/User/LOCALS~1/Temp/magick-gBUc9pO-" > "-fC:/DOCUME~1/User/LOCALS~1/Temp/magick-c_XzHmVZ" > "-fC:/DOCUME~1/User/LOCALS~1/Temp/magick-4M7eLMeD". > javaw.exe: `%s': %s "C:/gs/gs8.14/bin/gswin32c.exe" -q -dQUIET > -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 > -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pnmraw" > -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -g84x24 > "-sOutputFile=C:/DOCUME~1/User/LOCALS~1/Temp/magick-gBUc9pO-" > "-fC:/DOCUME~1/User/LOCALS~1/Temp/magick-c_XzHmVZ" > "-fC:/DOCUME~1/User/LOCALS~1/Temp/magick-4M7eLMeD" -c showpage. > javaw.exe: unable to read font `C:\Program > Files\ImageMagick-6.3.9-Q16\config\@ghostscript_font_path@...'. > javaw.exe: Postscript delegate failed > `C:/DOCUME~1/User/LOCALS~1/Temp/magick-B8bGMi7x': No such file or directory. > javaw.exe: `%s': %s "C:/gs/gs8.14/bin/gswin32c.exe" -q -dQUIET > -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 > -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pnmraw" > -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -g84x24 > "-sOutputFile=C:/DOCUME~1/User/LOCALS~1/Temp/magick-F5CAVbJG" > "-fC:/DOCUME~1/User/LOCALS~1/Temp/magick-6rGKZx9_" > "-fC:/DOCUME~1/User/LOCALS~1/Temp/magick-8uI-Pkud". > javaw.exe: `%s': %s "C:/gs/gs8.14/bin/gswin32c.exe" -q -dQUIET > -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 > -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pnmraw" > -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -g84x24 > "-sOutputFile=C:/DOCUME~1/User/LOCALS~1/Temp/magick-F5CAVbJG" > "-fC:/DOCUME~1/User/LOCALS~1/Temp/magick-6rGKZx9_" > "-fC:/DOCUME~1/User/LOCALS~1/Temp/magick-8uI-Pkud" -c showpage. > javaw.exe: unable to read font `C:\Program > Files\ImageMagick-6.3.9-Q16\config\@ghostscript_font_path@...'. > javaw.exe: Postscript delegate failed > `C:/DOCUME~1/User/LOCALS~1/Temp/magick-56F1bBC_': No such file or directory. > > any help regarding this? > > once again thanks in advance. > > Warm Regards > Mohammad Aamir > _______________________________________________ > JMagick mailing list > JMagick@... > http://www.yeo.id.au/mailman/listinfo/jmagick > Please ensure that JMagick@... is a recipient when replying. > ====================================== Bob Friesenhahn bfriesen@..., http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ _______________________________________________ JMagick mailing list JMagick@... http://www.yeo.id.au/mailman/listinfo/jmagick Please ensure that JMagick@... is a recipient when replying. |
| Free Forum Powered by Nabble | Forum Help |