development/swfmill: Fix README.

This commit is contained in:
B. Watson 2016-11-14 13:59:18 -05:00 committed by Willy Sudiarto Raharjo
parent 1cdd031721
commit 523757b8de
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 11 additions and 5 deletions

View File

@ -1,10 +1,16 @@
swfmill is an xml2swf and swf2xml processor with import functionalities.
It's most common use is the generation of asset libraries containing images (PNG and JPEG),
fonts (TTF) or other SWF movies for use with MTASC- or haXe-compiled ActionScript, although
swfmill can be used to produce both simple and complex SWF structures.
It's most common use is the generation of asset libraries containing
images (PNG and JPEG), fonts (TTF) or other SWF movies for use with MTASC-
or haXe-compiled ActionScript, although swfmill can be used to produce
both simple and complex SWF structures.
* built around an XSLT/EXSLT processor (libxslt)
* input and output of the XSLT transformation can be either XML or binary SWF
* XSLT commands for importing PNG, JPEG, TTF and SWF, and for mapping SWF ID numbers
* built-in "simple dialect" to support library creation and building simple SWFs
* XSLT commands for importing PNG, JPEG, TTF and SWF, and for mapping SWF ID
numbers
* built-in "simple dialect" to support library creation and building simple
SWFs