[Plib-devel] Padding support in the SSG BMP loader
Brought to you by:
sjbaker
From: <p.l...@ci...> - 2011-02-26 08:18:04
|
Dears, in the subject loader the attached patch manages the case in which padding bytes are added to each row data for 32-bit alignment. The problem of the missing support arose since when the case of non-power-of-two texture were supported in Plib, so that a non-multiple-of-four image width needs 1, 2, or 3 padding bytes on each row. They have to be read so to be skip. I kindly ask someone (John?) to patch it against the current (2109) revision in SVN. Thanks a lot, Paolo Leoncini |