Re: [E-devel] [Patch] evas_image_load_bmp small patch

2011-02-15 Thread The Rasterman
> Thanks. > > -Original Message- > From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com] > Sent: Tuesday, February 15, 2011 8:35 PM > To: Jeonghyun Yun > Cc: enlightenment-devel@lists.sourceforge.net > Subject: Re: [E-devel] [Patch] evas_image_l

Re: [E-devel] [Patch] evas_image_load_bmp small patch

2011-02-15 Thread Jeonghyun Yun
esday, February 15, 2011 8:35 PM To: Jeonghyun Yun Cc: enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch] evas_image_load_bmp small patch On Thu, 10 Feb 2011 12:00:13 +0900 Jeonghyun Yun said: > Hello. > > When I tested some bmp files on evas, I found one bmp file is

Re: [E-devel] [Patch] evas_image_load_bmp small patch

2011-02-15 Thread The Rasterman
On Thu, 10 Feb 2011 12:00:13 +0900 Jeonghyun Yun said: > Hello. > > 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

[E-devel] [Patch] evas_image_load_bmp small patch

2011-02-10 Thread Jeonghyun Yun
Hello. 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 widt