EasyRPG / Tools

Assorted tools to handle RPG Maker 2000/2003 files

Home Page:https://easyrpg.org/tools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[lmu2png] 24-bit and higher tilesets are unsupported

lumiscosity opened this issue · comments

24-bit images are unsupported by lmu2png despite being supported by EasyRPG; this causes maps with 24-bit images to not provide a picture.

might be related to the chipset code? if i'm reading this correctly it assumes the chipset is 8bit and tries to "precalculate" on an 8bit surface

ChipsetSurface = SDL_CreateRGBSurface(0, 32 * 16, 45 * 16, 8, 0, 0, 0, 0);