for shits and giggles... i wrote a bmp loader. i did look at the old
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 30 May 2010 13:04:34 +0000 (13:04 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 30 May 2010 13:04:34 +0000 (13:04 +0000)
commit2e3f3228bc3dc938239806ba076057b6b0c6b5eb
treee92ab3ea73c70fab3ccf1eff7615cb31e2cdb1d7
parent81a3b244d93fd32d248079025ea4c869346b8615
for shits and giggles... i wrote a bmp loader. i did look at the old
imlib2 bmp loader, but it was imcomplete compared to the bmp
standards, so i actually ended up reading the file format definitions
on line i could find and using lots of test images... wrote a new one.
you can at least view bmp files now. note - i found 1 bmp file that
claims to have an alpha channel (amask is non-empty) and then proceeds
to provide an image with pixels - all alpha 0. so its transparent when
it shouldnt be. beats me but looks like a broken bmp file to me when
it compes to specs.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@49324 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
configure.ac
m4/evas_check_loader.m4
src/lib/engines/common/evas_image_load.c
src/modules/loaders/Makefile.am
src/modules/loaders/bmp/Makefile.am [new file with mode: 0644]
src/modules/loaders/bmp/evas_image_load_bmp.c [new file with mode: 0644]
src/modules/loaders/png/evas_image_load_png.c