opening and display large file [message #21572] |
Tue, 29 August 2000 23:56  |
Sylvain Carette
Messages: 19 Registered: May 2000
|
Junior Member |
|
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<tt>Hi</tt>
<br><tt>How do you manage to display very large images? What is the options?</tt>
<br><tt>From the manual, it seem that using "assoc" is a winner but maybe
with one little example it would be more clear how can this be (It seem
to me that it is an important aspect of programming with IDL since most
of the time you'll deal with larger than memory files).</tt>
<br><tt>Even with assoc, dont you still have to copy from the file to an
array before display?</tt>
<br><tt>I dont decipher exactly why and when to use readu or read_binary,
the file pointer, assoc or writing to an offscreen buffer.</tt><tt></tt>
<p><tt>I tried to open and display a GTOPO30 tile (4800 x 6000 int). tv
could not display it - froze. I tried "slide_image" but it didnt scroll
with "retain=1" while "retain=2" and "retain=3" result in windows error
and crash.</tt><tt></tt>
<p><tt>Since most of my data fall in the 30mb to 610 mb range, I need absolutely
to open and display very large file. What is available? Pointers, sample
code, library, ideas, etc, I'm listening.... Just knowing that it have
to be handled on your own or that IDL provide facility (that they forgot
to explain in the manual) to deal with this will already be invaluable</tt><tt></tt>
<p><tt>Thanks</tt><tt></tt>
<p><tt>Sylvain Carette</tt>
<br><tt>VRML designer-composer</tt>
<br> </html>
|
|
|