Code: Select all
D:\tmp>convert -verbose source.cgm output.png
Code: Select all
D:\tmp>convert -verbose source.cgm output.png
ralcgm -d ps "C:/DOCUME~1/ronn/LOCALS~1/Temp/magick-PTybE2m2" "C:/DOCUME~1/ronn/LOCALS~1/Temp/magick-YYkbDMSI" "C:/DOCUME~1/ronn/LOCALS~1/Temp/magick-sKO5ozYp" convert -concatenate C:/DOCUME~1/ronn/LOCALS~1/Temp/magick-YYkbDMSI*.ps "C:/DOCUME~1/ronn/LOCALS~1/Temp/magick-YYkbDMSI"
***FATAL ERROR: CGMmain [140] Cannot open file (Input file: C:/DOCUME~1/ronn/LOCALS~1/Temp/magick-PTybE2m2.cgm)
convert: delegate failed `ralcgm -d ps "%i" "%o" "%u" convert -concatenate %o*.ps "%o"' @ error/delegate.c/InvokeDelegate/1061.
convert: unable to open image `C:/DOCUME~1/ronn/LOCALS~1/Temp/magick-7O-_Rj2D': No such file or directory @ error/blob.c/OpenBlob/2489.
convert: unable to open module file `d:\ronnfiles\ImageMagick-6.6.1-Q16-windows-dll\modules\coders\IM_MOD_RL_CGM_.dll': No such file or directory @ warning/module.c/GetMagickModulePath/669.
convert: unable to open file `C:/DOCUME~1/ronn/LOCALS~1/Temp/magick-7O-_Rj2D': No such file or directory @ error/constitute.c/ReadImage/572.
convert: missing an image filename `output.png' @ error/convert.c/ConvertImageCommand/2970.
I have already installed ralcgm (from page:http://technologytales.com/2009/11/24/c ... ostscript/).
I could first convert cgm format to ps format using ralcgm:
Code: Select all
command:D:\tmp>ralcgm -d ps -oC source.cgm source.ps
Code: Select all
D:\tmp>convert source.ps output.png
Thanks for any help!
PS:
ImageMagick version: 6.6.1(download link:http://www.imagemagick.org/download/bin ... ws-dll.exe)