Lameguy64 / img2tim

An Image to PlayStation TIM File Converter
GNU General Public License v3.0
48 stars 9 forks source link

Indexed images wrong palette #4

Open mills32 opened 1 year ago

mills32 commented 1 year ago

Hi, I was planning to make a program to convert indexed images for a play station 1 project, and I found this one.

I might try to fix it myself, but I just wonder why the program is not getting all the palette colors from indexed images, it only rearranges the colors used for the image and discards the rest.

I want to use indexed images to achieve palette cycling effects on textures, and also because I think 4 and 8 bit textures, are faster (are they?).

Thanks!.