tvrd(true = 1) Odd behavior in Windows versus Linux [message #40304] |
Tue, 03 August 2004 14:55 |
villeneuve
Messages: 1 Registered: August 2004
|
Junior Member |
|
|
I wrote a simple script to demonstrate my problem:
device, decomposed = 0
loadct, 39
window, 0
tvscl, dist(250, 250)
img = tvrd(true = 1)
window, 1
tv, img, true = 1
When I run this under linux the image displayed in both windows is
exactly the same. A pyramid rainbow of colors in a square. But when
I run the same script on my MS Windows machine, I get different
results in the second window. The colors appear partially mixed up.
I can repeat these results on all of my co-workers PCs too. Is this a
configuration problem, or is IDL on Windows buggy?
Can those of you with IDL running under Windows try out this simple
test case and let me know whether or not both windows show exactly the
same thing?
Thanks!
-Pierre Villeneuve
Space Computer Corporation
villeneuve@spacecomputer.com
|
|
|