Hi,
I'm working on a project to view CDF files (a NASA format used for satellite data
ect). The data I need to view is in the following format. Image data: short[256][256],
Color Table: short[3][256]. Is there any somewhat painless way to do this? The only
way I have been sucessfuly is to create a BufferedImage of TYPE_INT_RGB, but I was
unable to apply the Color Table and just got a grayscale image in blue.
Thanks
Adam
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".