godot/modules/bmp
Andrii Doroshenko (Xrayez) d5c5aabbf2 Fix BMP loader incorrectly interpreting color table size
Color table should exist for images with bit count <= 8. Importing 16-bit
BMP images could also likely have a color table but they're not currently
supported in Godot.
2019-07-17 01:43:33 +03:00
..
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
image_loader_bmp.cpp Fix BMP loader incorrectly interpreting color table size 2019-07-17 01:43:33 +03:00
image_loader_bmp.h Import 4/1 bit bmp images 2019-04-23 17:02:13 +03:00
register_types.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub BMP module 2018-04-30 01:33:14 +01:00