I was thinking of writing a Scratch Patch which added a button on the costumes tab of a Sprite which allowed you to create an animated GIF with the images provided. So I figured out Graphics-Files > GIFReadWriter > animatingGIFWriting > ... probably has what I need. But I didn't get past that. What's a "form"? What do the methods actually do? Help!
Offline
Anybody?
Offline
dunno, it seems that you have to use setStream:, and then pass a Form object (no idea what they are
) to nextPutImage:
helps?
edit:
form is
programmer wrote:
A rectangular array of pixels, used for holding images. All pictures, including character images are Forms. The depth of a Form is how many bits are used to specify the color at each pixel. The actual bits are held in a Bitmap, whose internal structure is different at each depth. Class Color allows you to deal with colors without knowing how they are actually encoded inside a Bitmap.
the class is in graphics-displayobjects
Last edited by roijac (2012-04-02 11:53:11)
Offline