godot/modules/bmp
Andrii Doroshenko (Xrayez) 6484da5721 Import 4/1 bit bmp images
Add some sanity checks according to bmp specification.

Read color table and index data within the same scope and
then simply extend the color palette.

This particular implementation has one limitation: not all 4/1 bit images
can be imported as it requires bit unpacking (size dimensions must be
a multiple of 8 for 1-bit and 2 (even) for 4-bit images).
2019-04-23 17:02:13 +03:00
..
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
image_loader_bmp.cpp Import 4/1 bit bmp images 2019-04-23 17:02:13 +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