Problem converting png to bmp
Posted: 2013-04-09T23:56:06-07:00
Hello All,
Newbie here. I am having this problem converting a png file to bmp.
The source file is: https://dl.dropbox.com/u/10439810/queries/alarm.png
I used the following code to convert the image:
But, the problem is that the generated bmp is showing distorted in photoshop ... please see screenshot here:
See the original image looks correct in photoshop:
Please help.
Thanks,
santosh
Newbie here. I am having this problem converting a png file to bmp.
The source file is: https://dl.dropbox.com/u/10439810/queries/alarm.png
I used the following code to convert the image:
Code: Select all
convert -depth 24 alarm.png alarm.bmp
See the original image looks correct in photoshop:
Please help.
Thanks,
santosh