1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-21 00:25:14 +00:00
qb64/internal/c/parts/video/image
FellippeHeitor 5368b9d5d7 Initial attempt to restore _LOADIMAGE's ability to load in 8bit mode.
- When mode = 256, _LOADIMAGE will return an 8bit image with the loaded file's colors matching the default palette.
- Slower for bigger images, because of the call to matchcol();
2017-09-21 23:55:01 -03:00
..
decode Tweak image loading code to handle more image types 2016-10-10 23:07:31 +11:00
src.c Initial attempt to restore _LOADIMAGE's ability to load in 8bit mode. 2017-09-21 23:55:01 -03:00