Search found 1 match
- 2018-08-19T08:09:40-07:00
- Forum: Developers
- Topic: Saving a BMP file with 16 bit pixel resolution (5:6:5)
- Replies: 7
- Views: 39823
Re: Saving a BMP file with 16 bit pixel resolution (5:6:5)
If you want an example of an image in BMP3 format that does 16-bit RGB565 (it's actually BGR565), then: here's an example . The format is popular on the GBA (and probably similar systems) because with a negative height and no compression it makes for a pretty trivial usable and most interchangeable ...