From: Jeonghyun Yun <jh0506.yun@samsung.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 16 Feb 2011 05:44:01 +0000 (05:44 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 16 Feb 2011 05:44:01 +0000 (05:44 +0000)
commitb66a066fd677dd16e2e480944f3a57376bee2349
tree9465b30b1d23ab6a6e8eae5c67faf15f816dacd9
parent726037ead1ad205d35b9975ae678f2dd2d43b64d
From: Jeonghyun Yun <jh0506.yun@samsung.com>
Subject: Re: [E-devel] [Patch] evas_image_load_bmp small patch

When I tested some bmp files on evas, I found one bmp file is not displayed.
But this bmp file is displayed on windows and linux gimp and etc.
So I checked this bmp file, this file have 208 data per line despite 207
pixel per line!!

I fixed code to skip the data when data is more than width instead of
break. I think this is not bug but evas policy problem.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@57076 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
ChangeLog
src/modules/loaders/bmp/evas_image_load_bmp.c