Opened 14 years ago
Closed 14 years ago
#7342 closed bug (fixed)
BMP translator flips some bitmaps when it shouldn't.
Reported by: | mmu_man | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Add-Ons/Translators/BMP | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Our BMP translator assumes all BMP data are bottom-to-top, but actually it's possible to have the data top-to-bottom, in which case the height field is negative. The comments in the code already includes a TODO about it.
Attachments (1)
Change History (4)
comment:1 by , 14 years ago
Version: | R1/alpha2 → R1/Development |
---|
comment:2 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
Could someone attach such top-to-bottom BMP file, to ease developing and testing support for this data layout?