[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/imbuf/intern bmp.c

Alexander Ewering blender at instinctive.de
Sun Jan 29 16:33:51 CET 2006


On Sun, 29 Jan 2006, Ken Hughes wrote:

> khughes (Ken Hughes) 2006/01/29 16:23:26 CET
>
>  Modified files:
>    blender/source/blender/imbuf/intern bmp.c
>
>  Log:
>  Bugfix #3797: 24-bit BMP images weren't read properly. Standard apparently
>  assumes each raster line is padded to a multiple of 4 bytes.

Indeed. See the BMP reader of dview:

             if (!strcmp(p, "bmp")) {
                 HEADERSKIP = 54;
                 IMG_BGR = 1;
                 IMG_PAD4 = 1;
             };

:)

| alexander ewering              instinctive mediaworks
| ae[@]instinctive[.]de   http://www[.]instinctive[.]de


More information about the Bf-committers mailing list