Re: Postscript Image quality [message #45148] |
Wed, 17 August 2005 20:50 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
David Fanning writes:
>> If someone could please let me know what I did wrong, that would be really
>> appreciated. Thanks.
>
> I'd set BITS_PER_PIXEL=8, too. :-)
If RSI can change the default visual from the Linux
folks to TRUE_COLOR instead of DIRECTCOLOR, isn't it
time they changed the default PostScript setup to 8-bit
color? Does anyone print in B&W with 4-bit color these
days? Aren't these defaults, uh, unhelpful?
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|
Re: Postscript Image quality [message #45149 is a reply to message #45148] |
Wed, 17 August 2005 20:46  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
IDLmastertobe writes:
> Hi, I am trying to output a 3D image file in Postscript, but for some
> reason my output color image does not appear in its original color. The
> colors turned pinky. The following are part of my code:
>
> SET_PLOT, 'ps'
>
> DEVICE, file=filename, /color
>
> ; Write the image to the file:
> ;TV, image3D, TRUE=1
> ; Close the file:
> DEVICE, /CLOSE
> set_plot,'win'
>
> If someone could please let me know what I did wrong, that would be really
> appreciated. Thanks.
I'd set BITS_PER_PIXEL=8, too. :-)
Cheers,
David
P.S. Let's just say it's hard to get red reds with only
16 colors.
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|