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

Home » Public Forums » archive » max dimension in IdgrBuffer
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
max dimension in IdgrBuffer [message #34456] Fri, 14 March 2003 09:14
medeiros1 is currently offline  medeiros1
Messages: 2
Registered: March 2003
Junior Member
Please help!
I am trying to increase the size of my buffer for OG applications (I
wanted a screen dump to a higher resolution memory buffer), by
fiddling with the Idlgrrrrrrrrrbuffer object, but on a linux machine
and on a windows machine, I can't get past the 1600x1200 limit. Can
anyone help?
thanks very much for your time,
gilberto

this is the code:
mybuffer=obj_new('IdlgrBuffer',
RESOLUTION=[8.466666667e-3,8.466666667e-3], DIMENSIONS=[2000,1500])
; Create view.
oView = OBJ_NEW('IDLgrView', PROJECTION=2, EYE=2,
ZCLIP=[1.4,-1.4],$
VIEWPLANE_RECT=myview, COLOR=[10,10,10])
;;; creating the 3D image
.....

;;; screen dump to the buffer

myBuffer->draw, oView
myImage=myBuffer->Read()
myImage->GetProperty, DATA=image

;; writing to a file
write_tiff, 'c:\temp\test2.tif', image
[Message index]
 
Read Message
Previous Topic: statistical filtering algorithms in IDL
Next Topic: Call_external, IDL v5.5, Fortran and strings

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

Current Time: Fri Oct 10 21:41:55 PDT 2025

Total time taken to generate the page: 0.15675 seconds