claus / as3swf

Low level Actionscript 3 library to parse, create, modify and publish SWF files.
MIT License
525 stars 127 forks source link

JSON shape exporter #13

Closed chapados closed 12 years ago

chapados commented 12 years ago

Hi Claus,

First, thanks for the as3swf project!

I've added support for exporting shape data to a loosely defined JSON format (see comment at the top of the JSONShapeExporter.as) We export shapes to a JSON format for further processing by other tools in our pipeline. This script is intended to be run on SWFs that represent a single graphic - something that would otherwise be exported as an individual PNG.

I hope you'll consider including this exporter, since I think others might find it useful.

Thanks,

Brian

claus commented 12 years ago

Thanks Brian, that's something that's been on my list for a while now :)