bmploader does not read V5 bitmaps correctly

Archives Forums/BlitzMax Bug Reports/bmploader does not read V5 bitmaps correctly

Impi(Posted 2011) [#1]
I created a bitmap in Gimp 2.7.3. And because it writes V5 bitmaps which have a bigger header, BlitzMax can't read it correctly.

in bmploader.bmx hoffset is not used at all. Those bytes should be added.

hoffset=ReadInt(stream)
.
.
.
hoffset:-54