comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » color PS output error??
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
color PS output error?? [message #37942] Sun, 08 February 2004 08:06
shson is currently offline  shson
Messages: 8
Registered: August 2003
Junior Member
Dear Sir,

I'm making color image to Postscript output file.
Although I could see the color images/figures in the windows, the PS
file doesn't show the color images/figures (just black & white) when I
made it as a PS output file. The computer system is Linux. Could
someone help me?

I'm usally writing the program like this...

;=============================
IF strlowcase(!version.os) EQ 'linux' THEN BEGIN
device, true_color=24
device, get_visual_depth=depth
device, true_color=depth
window, /free, /pixmap, colors=-10
wdelete, !d.window
device, decomposed=0, retain=2
ENDIF
;.............
LOADCT, 39



SET_PLOT, 'PS'
DEVICE, /ENCAPSUL, BITS_PER_PIXEL=8, $
Filename='xxx.ps', xsize=16., ysize=16.
!P.MULTI=[0, 1, 1, 0, 1]

DEVICE, /CLOSE
;=============================


Thanks.


Son
[Message index]
 
Read Message
Previous Topic: Re: Mathematical manipulations
Next Topic: Re: color PS output error??

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Thu Oct 09 20:13:24 PDT 2025

Total time taken to generate the page: 0.48377 seconds