From: Jeonghyun Yun <jh0506.yun@samsung.com>
authorJeonghyun Yun <jh0506.yun@samsung.com>
Wed, 16 Feb 2011 05:44:01 +0000 (05:44 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Wed, 16 Feb 2011 05:44:01 +0000 (05:44 +0000)
commit2c428c4c154a84c7b97e9062a3e067faf0e2b445
tree3f4dedef217866f4bfcb50fc54a1a805a20d49c4
parentd704222f1cb097586f453b9cb762bc030d701cbb
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.

SVN revision: 57076
legacy/evas/ChangeLog
legacy/evas/src/modules/loaders/bmp/evas_image_load_bmp.c