-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
(for context, g/pal4.bmp is a "Paletted image with 12 palette colors, and 4 bits/pixel.")
g/pal4.bmpexactly but withbiClrUsedset to13, so the color palette is expected to contain 13 entries, but it actually only contains enough bytes for 12 entriesg/pal4.bmpexactly but withbiClrUsedset to0, so the color palette is expected to contain2^4 = 16entries, but it actually only contains enough bytes for 12 entries
From what I've seen, both Windows and Firefox reject both of the above as invalid.
These would nicely complement q/pal8offs.bmp, which has more bytes in the palette than expected / extra bytes between the palette and the pixel data.
Metadata
Metadata
Assignees
Labels
No labels