File library for Bitmap images (*.bmp, *.dib). Currently supports only Windows V3 format with 24-bit-per-pixel color depth.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:be3e831a86c1 | 2015-04-05 | kayekss | (1) Add constructor switch: fetch/not fetch image data. (2) RGB return value is doubled in 16-bit-per-pixel mode. |
2:89b273c12b0a | 2015-03-05 | kayekss | Fixed wrong array index in function "red" |
1:8cf4beca9695 | 2015-03-04 | kayekss | Support OS/2 V1 format and 1-, 4-, 8-, 16-, 32-bit-per-pixel color depth. |
0:4617bf407fe5 | 2015-03-04 | kayekss | Initial release. |