An open API service indexing awesome lists of open source software.

https://github.com/yangboz/cloaked-batman

Adobe AIR communicating with native processes(ImageMagick) with AS3 Builder Design Pattern demostrated.
https://github.com/yangboz/cloaked-batman

Last synced: 7 months ago
JSON representation

Adobe AIR communicating with native processes(ImageMagick) with AS3 Builder Design Pattern demostrated.

Awesome Lists containing this project

README

          

cloaked-batman
==============

Adobe AIR communicating with native processes(ImageMagick) with AS3 Builder Design Pattern demostrated.

* ASDOC

http://htmlpreview.github.io/?https://github.com/yangboz/as3ImageMagick/blob/master/target/asdoc/index.html

* AS3 Library

https://github.com/yangboz/as3ImageMagick

References
==============

ImageMagick command line: http://www.imagemagick.org/script/command-line-tools.php

AIR native process: http://help.adobe.com/en_US/air/html/dev/WSb2ba3b1aad8a27b060d22f991220f00ad8a-8000.html

AS3 builder design pattern: http://www.jonnyreeves.co.uk/2010/builder-pattern-in-actionscript-fluent-constructors/

TODO
==============

#1.Based on MXML application : https://github.com/yangboz/petulant-octo-dubstep

#2.Ref:http://aaronhardy.com/flex/imageinspector-an-image-zoom-pan-component/