png to bmp convert does not work for me
Posted: 2013-06-13T05:09:57-07:00
Hello
I tried in native Windows XP(ImageMagick-6.8.5-Q16) and MingW (ImageMagick-i686-pc-mingw32.tar.gz):
convert logo_160.png -background white -layers flatten +matte +dither -compress none -type optimize -colors 256 bmp3: logo_160.bmp
native Windows answered:
convert.exe: no decode delegate for this image format `' @ error/constitute.c/ReadImage/552.
MingW answered:
convert.exe: NoDecodeDelegateForThisImageFormat `output/data/graphics/logo_160.png' @ error/constitute.c/ReadImage/552.
Is there any IM package for Windows where i can do this convert? Or is my convert command not correct?
george
I tried in native Windows XP(ImageMagick-6.8.5-Q16) and MingW (ImageMagick-i686-pc-mingw32.tar.gz):
convert logo_160.png -background white -layers flatten +matte +dither -compress none -type optimize -colors 256 bmp3: logo_160.bmp
native Windows answered:
convert.exe: no decode delegate for this image format `' @ error/constitute.c/ReadImage/552.
MingW answered:
convert.exe: NoDecodeDelegateForThisImageFormat `output/data/graphics/logo_160.png' @ error/constitute.c/ReadImage/552.
Is there any IM package for Windows where i can do this convert? Or is my convert command not correct?
george