Is there a single command line to convert any image to a PNG?
`display` works for all images we have tried - but `convert` did not.
We have problems with multiple layer images. Testcase:
wget "http://doppelbauer.name/psd-layers.psd"
convert -coalesce "psd-layers.psd" -background none -flatten single-layer.png
convert -coalesce "psd-layers.psd" -background none multiple-layer.mng
Thanks a lot!display "psd-layers.psd" : works
display "single-layer.png" : failed - white image
display "multiple-layer.mng" : works