TDib does not handle correctly some bitmaps
Borland's Object Windows Library for the modern age
Brought to you by:
jogybl,
sebas_ledesma
This issue has been fixed on the trunk [r8858] (reverted and redone in [r8862]), and the fix has been merged into Owlet [r8859].
Related
Commit: [r8858]
Commit: [r8859]
Commit: [r8862]
Last edit: Vidar Hasfjord 2026-09-01
I just recalled [bugs:#338] "TDib fails for top-down DIBs".
See [discussion:3b9d1452].
Now that the TDib implementation has been looked into and debugged, perhaps there is opportunity for an easy fix for the top-down issue as well. It may be as easy as applying a std::abs call in the right place. If so, @jarnol may finally be able to remove his workaround and apply a simple patch instead.
Related
Bugs: #338
Discussion: 3b9d1452
Yes, this is something to look at as well.
May need to find a way to create some top-down bitmaps to test.