Miscellaneous Forums > Graphical

Extract CLUT and turn it into a Paint Shop Pro palette?

<< < (2/4) > >>

Maki:

--- Quote from: hotdog963al on 2017-07-16 15:26:12 ---Jasc (Paint Shop Pro) Palette files start with the following 3 lines:


--- Code: ---JASC-PAL
0100
256

--- End code ---

Then that follows with 256 lines of RGB values (each colour value separated with a space, eg: 0 0 0)
Simple as that :)

--- End quote ---

So the 16 color palette would be like:

--- Code: ---JASC-PAL
0100
16
...

--- End code ---
?

Okay, I'll be back here soon

Kaldarasha:
I don't think so. 16 would create one palette with only 16 different colors. My guess is that 0100 is the number of the palette and the number after it defines the number of colors (or the color variation) it contains. 0200 is probably the next logical palette.

hotdog963al:
Just tested. Can confirm, 16 colour:

JASC-PAL
0100
16

NERV Agent:

--- Quote from: Maki on 2017-07-16 10:54:19 ---Okay, if you could please send me two-three palettes containing:
-only white
-only blue
-only red

I'll try to reverse it

--- End quote ---

Sorry for the belated response. I've been extremely busy IRL and have been AFK a lot.

Here are the palettes, each with only 16 indexes.

https://www.mediafire.com/?woecvakccvl5lys

https://www.mediafire.com/?mi2idxa6dmg04z5

EDIT: Sorry, those palettes don't contain only white, blue, and red. The proper ones are here:

https://www.mediafire.com/?di72ytjtusupoxe

https://www.mediafire.com/?076d71gnnit3gib

Maki:
There you are (I almost forgot about it):
https://github.com/MaKiPL/TIM_to_PspPalette/releases/tag/1.0a

This soft outputs all palettes to one file, so I don't know if that would work
If not, just cut out every section starting with JASC-PAL inside that text file and save it to independent files.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version