hello
I am new to imageMagick, but i find this tool very useful and very easy to use. I am very thankful for this tool.
I have a problem though, there is one file that i could not manage to convert.
i am trying to convert several types of images to PNG format (using the convert command line tool).
it works very well with common images like bmp, jpg...
i could also convert RGB and CMYK PSD files, but i cannot convert a monochrome PSD file.
here is the command i tried:
/usr/local/bin/convert psdfile.psd -flatten PNG:pngfile.png
i am using ImageMagick 6.2.5 02/27/06 (FreeBSD)
here is the PSD file:
http://yooosaku.perso.cegetel.net/test.psd
and result file:
http://yooosaku.perso.cegetel.net/testpsd.png
i also had some trouble with a eps file, but i could convert it using ghostscript, with a second pass using imagemagick in order to convert it to monochrome png file.
so this is no longer a problem for me, but in case it can help improve imagemagick, here is the eps file as well:
http://yooosaku.perso.cegetel.net/test.eps
i hope somebody can help me with this, thanks in advance.
Regards