Author Topic: 8BPP TIM converter  (Read 2934 times)

Maki

  • 0xBAADF00D
  • *
  • Posts: 621
  • 0xCCCCCCCC
    • View Profile
8BPP TIM converter
« on: 2017-02-24 17:44:23 »
Does anyone know TIM editing software that is capable of taking care of CLUT palettes for me by converting bitmaps to TIM?
TIM Viewer can support only 16->24 and 24->16 conversion but I'm aiming to 8BPP

Mcindus

  • *
  • Posts: 929
  • Artist, Modder, Musician.
    • View Profile
    • Lunatic Pandora
Re: 8BPP TIM converter
« Reply #1 on: 2017-02-24 18:12:03 »

Maki

  • 0xBAADF00D
  • *
  • Posts: 621
  • 0xCCCCCCCC
    • View Profile
Re: 8BPP TIM converter
« Reply #2 on: 2017-02-24 18:44:44 »
Yes and no, they tend to use the same palette style and pixel data but have completely different structures that'd still require manual data reconstruction to TIM.

Anyway thanks for this tip, it's also the way!  8)

Mcindus

  • *
  • Posts: 929
  • Artist, Modder, Musician.
    • View Profile
    • Lunatic Pandora
Re: 8BPP TIM converter
« Reply #3 on: 2017-02-27 16:23:35 »
Yes and no, they tend to use the same palette style and pixel data but have completely different structures that'd still require manual data reconstruction to TIM.

Anyway thanks for this tip, it's also the way!  8)

https://github.com/myst6re/vincent-tim  how about this?

https://gist.github.com/hoehrmann/5720668  or this ??