Convert to 4 bit image
Posted: Tue Apr 13, 2010 12:55 am
I need a tool that can convert 2 bit bitmap to paletted bin file and raw file(index of palette)? I always use gfx2gba, but it can't support 2 bit bitmap.. I really need it, because I use it to optimize my 256x256 texture (to make it only around 16 KB for each texture model) and I only 2 two main banks for all my textures... :p
I haven't tried it yet, but i assumed 2 bit paletted bitmap is supported because this part of documentation :
GL_TEXTURE_TYPE_ENUM {
GL_RGB32_A3 = 1,
GL_RGB4 = 2, <-- here
GL_RGB16 = 3,
GL_RGB256 = 4,
GL_COMPRESSED = 5,
GL_RGB8_A5 = 6,
GL_RGBA = 7,
GL_RGB = 8
}
can you pls recommend me some tool that will work?? Sorry for my bad english
I haven't tried it yet, but i assumed 2 bit paletted bitmap is supported because this part of documentation :
GL_TEXTURE_TYPE_ENUM {
GL_RGB32_A3 = 1,
GL_RGB4 = 2, <-- here
GL_RGB16 = 3,
GL_RGB256 = 4,
GL_COMPRESSED = 5,
GL_RGB8_A5 = 6,
GL_RGBA = 7,
GL_RGB = 8
}
can you pls recommend me some tool that will work?? Sorry for my bad english