1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-07 11:50:15 +00:00
QB64-PE/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