the only program i know so far can CLI out a palette is subrip
but i cannot find command to stop loading BMP, example i just want the SST CLUT info...

Code:
st_format	2
Display_Start	non_forced
TV_Type		NTSC
Tape_Type	NON_DROP
Pixel_Area	(0 477)
Display_Area	(0 2 719 479)
E2		(255 0 0 ===)
E1		(0 0 0 ===)
PA		(0 0 255 ===)
BG		(255 255 255 ===)
Directory	D:\Tools\SubRip

#
# Palette entries:
#
# 01 : RGB(  1,  0,226)
# 02 : RGB(233, 64,  9)
# 03 : RGB(  0,  0,  0)
# 04 : RGB(254,254,254)
# 05 : RGB( 17,235, 16)
# 06 : RGB(235, 20,236)
# 07 : RGB(251,255, 28)
# 08 : RGB( 10, 93,119)
# 09 : RGB(125,125,125)
# 10 : RGB(225,225,225)
# 11 : RGB(113, 32,  3)
# 12 : RGB(  7,116,  7)
# 13 : RGB(  1,  0,110)
# 14 : RGB(230,149, 41)
# 15 : RGB(241,255, 52)
# 16 : RGB(220,115, 44)
#

#########################################################
SP_NUMBER	START		END		FILE_NAME
which is open subrip>open IFO>cancel>open show text window>save SST ANSI
--------------------
is there a CLI for it? or any other program which can CLI such infomation?

~thanks guys