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
Re: help with write_gif - Image must be a byte matrix. [message #90965 is a reply to message #90964] Tue, 19 May 2015 07:36 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
g.nacarts@gmail.com writes:

> 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?

Check the order of your arguments. You have them reversed, it looks
like.

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
[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 13:59:08 PDT 2025

Total time taken to generate the page: 0.00399 seconds