How to read Color Table of Indexed Color mode document

I’m trying to read document colors (Indexed color mode) using BatchPlay from Color Table (Image/Mode/Color Table…), but have no luck.

It’s possible to set the Color Table, Alchemist plugin records changing the colors, but when editing the code from “set” to “get” it doesn’t work…

Does anybody know if this is possible?

Thanks,

Patrik

I don’t think there is much support. You are not the first on this forum asking it.

What if you save it as a .act and parse the text to get the blocks of 6 letters for each color?

I checked legacy save for web now and when you play it then it has color table as raw data type in descriptor… so maybe you could save it omiting color table preferences and see what you get in batchPlay returned value. Not ideal but at least something.