ImageMagick doesn't render swfs, but what I did to batch convert a bunch of swf resources (which happened to all be the same size), was have openlaszlo display them in a grid, and then did a screen capture, and wrote a bash script to extract the rectangular regions using calls to ImageMagick.
I actually wrote an elisp script to generate the calls which looked like this: convert -crop 82x100+820+200 array.png St_Bernard_happy.png convert -crop 82x100+902+200 array.png Tiger_happy.png convert -crop 82x100+984+200 array.png Tree_Frog_happy.png On 9/20/07, Robin Sheat <[EMAIL PROTECTED]> wrote: > On Friday 21 September 2007 03:03:31 Elliot Winard wrote: > > I'm converting SWFs into PNGs so our app can easily compile into DHTML > > as well as SWF. > Ahh, maybe ImageMagick can do it then. > > -- > Robin <[EMAIL PROTECTED]> JabberID: <[EMAIL PROTECTED]> > > Hostes alienigeni me abduxerunt. Qui annus est? > > PGP Key 0xA99CEB6D = 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D > > -- Henry Minsky Software Architect [EMAIL PROTECTED]
