开发者

as3 library for transforming images during runtime(scale, rotate, skew)

Does anyone know any as3 libraries that all开发者_StackOverflow中文版ow you to scale, rotate, skew, etc.. images during runtime? I have found the greensock transform manager class, but would prefer not to pay $300.


There is a Transformer class in my Quasimondolibs http://code.google.com/p/quasimondolibs/source/browse/#svn/trunk/quasimondolibs/com/quasimondo/tools

Here is a little example: http://www.quasimondo.com/examples/transformer/

Example's source: http://code.google.com/p/quasimondolibs/source/browse/trunk/examples/Transformer/src/TransformerDemo.as

Of course since there is no $300 price tag on it it comes without documentation or support. But as you can see in the example the usage is relatively simple. Also it does not have fancy features, like group transformations. If you want to do that you have to add those elements to a parent holder and add the transformer to that one.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜