Open Briahas opened 8 years ago
What exactly are you trying to do - store the result of a tween as a GIF file?
Yes
Sparrow does not contain such a functionality, sorry!
@racarone - in the latest version, is there a way to store the content of a bitmap object or the stage to a file? If that's possible, you can probably find some other library to link those images together in one GIF.
You can get a UIImage representation of the stage with the drawToImage
method. Though there is also a debugQuickLookObject
method on DisplayObject that will return a UIImage representation of the display object and its contents. You could, like Daniel said, use another library and link the images together after capturing a UIImage from the display object for each frame you needed.
@racarone Thanks for answers. My Sparrow version is too low for this (1.2). I did it through [[SPTexture alloc] initWithWidth:....] -> [[SPBitmapData alloc] initWithTexture:] -> [bmap drawDisplayObject:sprite]
Hi, I'm trying to perform subj but with no luck. Is it possible somehow?