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

Home » Public Forums » archive » help with write_gif - Image must be a byte matrix.
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
help with write_gif - Image must be a byte matrix. [message #90964] Tue, 19 May 2015 07:21 Go to previous message
g.nacarts is currently offline  g.nacarts
Messages: 148
Registered: November 2013
Senior Member
Hi I have a 3D array, Image=[time,dimension_x,dimension_y]

I wrote the following code

for i=0L,n-1 do begin
im = reform(image[i,*,*])
im = BYTSCL(im, max=200.)
write_gif, im, file, /multiple
endfor
write_gif, file, /close

and I got this error: WRITE_GIF: Image must be a byte matrix. I used the BYTSCL function to convert my array to byte matrix but seems I am doing something wrong. Can anyone help?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Suppress print statement from nested procedures
Next Topic: calling functions directily

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

Current Time: Wed Oct 08 16:08:13 PDT 2025

Total time taken to generate the page: 0.00449 seconds