Issue 7: dynawa.bitmap.file_from_png() incorrectly parses image
Status:  Fixed
Owner:
Closed:  Feb 2010
Cc:
Project Member Reported by fuka2@fuxoft.cz, Feb 1, 2010
What steps will reproduce the problem?
1. Download r21 from SVN.
2. There is a PNG image in /sd_card/_SYS/apps/clock/neo.png
3. Try to load this image using dynawa.bitmap.file_from_png()

There is no error, but the resulting bitmap is badly messed up.

Feb 2, 2010
Project Member #1 nali...@gmail.com
fixed. dynawa.bitmap.from_png[_file]() functions were not able to handle pngs 
without an alpha channel/transparency. Modified to automatically add 0xff as aplha. 
Status: Fixed