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

Home » Public Forums » archive » Polyfill, z-buffer & postscript
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Polyfill, z-buffer & postscript [message #33793] Mon, 27 January 2003 04:28 Go to previous message
Isa Usman is currently offline  Isa Usman
Messages: 13
Registered: October 2001
Junior Member
Hi,

I am using polyfill to plot radar scans directly to postscript. The
resulting files are quite big (~1MB) and I need to make them smaller.Is
there a simple way?

I thought about using the z-buffer to do the plotting then saving it to
postscript like this

loadct,13
!P.MULTI=[0,2,1]
set_plot,'Z'
erase,255
device,set_font='Helvetica',/TT_FONT
device,z_buffering=0

......call to plotting routines (plot,polyfill)

a=tvrd(true=3)
close

set_plot,'ps'
device,/helvetica,/color,bits=8,/encapsulated,xsize=14.8,ysi ze=10.5
device,filename='test.eps'
tv,a,true=3
device,/close

!P.MULTI=0

....the resulting colors are all messed up.

Thanks in advance

Isa
[Message index]
 
Read Message
Read Message
Previous Topic: last array index subscript
Next Topic: Re: Cropping of IDLgrVolume?

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

Current Time: Wed Oct 08 19:32:16 PDT 2025

Total time taken to generate the page: 0.36697 seconds