Postscript Image quality [message #45150] |
Wed, 17 August 2005 20:34  |
IDLmastertobe
Messages: 54 Registered: June 2004
|
Member |
|
|
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.
|
|
|
Re: Postscript Image quality [message #45245 is a reply to message #45150] |
Thu, 18 August 2005 05:23  |
Haje Korth
Messages: 651 Registered: May 1997
|
Senior Member |
|
|
Did you try to reload the color table AFTER switching to the PS device?
"IDLmastertobe" <shi_lee@hotmail.com> wrote in message
news:f68b1902ec57b03eb3f56e3aa9feb7b8@localhost.talkaboutpro gramming.com...
> Thanks for your help. The problem however still exists. The color is
> still pretty off. I am suspecting the background also contributed to the
> issue. In the 3D view I have, my background was dark grey, but in this PS
> file, the background is blue. That might make a different. Nevertheless,
> the PS image quality does not look too great. Any ideas? Thanks a lot
> for your time and help.
>
|
|
|
Re: Postscript Image quality [message #45247 is a reply to message #45150] |
Wed, 17 August 2005 21:40  |
IDLmastertobe
Messages: 54 Registered: June 2004
|
Member |
|
|
Thanks for your help. The problem however still exists. The color is
still pretty off. I am suspecting the background also contributed to the
issue. In the 3D view I have, my background was dark grey, but in this PS
file, the background is blue. That might make a different. Nevertheless,
the PS image quality does not look too great. Any ideas? Thanks a lot
for your time and help.
|
|
|