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

Home » Public Forums » archive » Re: Display Gifs, each w/diff color tables?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Display Gifs, each w/diff color tables? [message #16239] Tue, 13 July 1999 00:00 Go to previous message
Liam Gumley is currently offline  Liam Gumley
Messages: 473
Registered: November 1994
Senior Member
rmlongfield@my-deja.com wrote:
> read_gif,'./GIF_FILES/test1.gif',image,r,g,b
> tvlct,r,g,b
> window,/free, retain=2
> tv,bytscl(image)
> read_gif,'./GIF_FILES/test2.gif',image,r,g,b
> tvlct,r,g,b
> window,/free, retain=2
> tv,bytscl(image)
> read_gif,'./GIF_FILES/test3.gif',image,r,g,b
> tvlct,r,g,b
> window,/free, retain=2
> tv,bytscl(image)

Rose,

Please try the following:

1. If you are sitting at the SGI console, logout, then log back in.

2. Start a new IDL session, and enter the following:
print, !d.n_colors, !d.table_size
device, true=24, decomposed=0, retain=2
window, /free, /pixmap
wdelete, !d.window
print, !d.n_colors, !d.table_size

3. Try displaying a couple of GIFS using this method:
read_gif, './GIF_FILES/test1.gif', image, r, g, b
tvlct, r, g, b
window, /free
tv, image ; NO BYTSCL!

Please let us know if it works.

Cheers,
Liam.

--
Liam E. Gumley
Space Science and Engineering Center, UW-Madison
http://cimss.ssec.wisc.edu/~gumley
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: RedHat 6.0 and IDL 5.2
Next Topic: RedHat 6.0 and IDL 5.2

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

Current Time: Wed Oct 08 20:13:35 PDT 2025

Total time taken to generate the page: 0.01153 seconds