Hi All:

I have some color lookup tables as text files, used to convert data values to image pixels. Where the data are constrained or transformed to be in the range {0..255} the tables list 256 rows of three values:
   r, g, b
and where the data have non-uniform ranges, the tables list N rows of five values:
   min, max, r, g, b
where data within the range {min .. max} are assigned the associated colors.

Is there any information on how to convert these tables to PDL::Graphics::LUT objects? I'm trying to use the PDL::Graphics::TriD module to create images of my data, but can't figure out how to get the colors right.

Thanks,
--greg


_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to