Search found 2 matches

by fountainhead
2013-04-10T09:45:54-07:00
Forum: Developers
Topic: Problem converting png to bmp
Replies: 3
Views: 13863

Re: Problem converting png to bmp

Thank you Pipe. You pointed me in the right direction.
The transparency was the problem. I used flatten and everything seems fine now!

Thank you!
Santosh
by fountainhead
2013-04-09T23:56:06-07:00
Forum: Developers
Topic: Problem converting png to bmp
Replies: 3
Views: 13863

Problem converting png to bmp

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: convert -depth 24 alarm.png alarm.bmp But, the problem is that the generated bmp is showing distorted ...