Re: PostScript and TrueColor images [message #73070 is a reply to message #73067] |
Fri, 22 October 2010 10:44   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
nata writes:
> If I load the grey-scale palette the result is the same...
> I don't see what is happening because the image contains the color
> values so, why loading the grey-scale palette I obtain another
> result ?
What version of IDL is this?
Up until IDL 7, I think, IDL had this insane notion
on some machines (Windows, for sure) that when you
were in indexed color mode ALL images should pass though
the color table vectors, even images that already had
their colors specified directly!!
Naturally, this is NOT what anyone, anywhere wanted to
do. This has since been fixed, but it still makes it
difficult to display images correctly. It is one reason
why I haven't used a TV command since about 1998. TVImage
or ImgDisp is your friend, here, Nata!
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|