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.
- Host: GitHub
- URL: https://github.com/yangboz/cloaked-batman
- Owner: yangboz
- License: mit
- Created: 2014-01-17T02:49:37.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-19T07:57:44.000Z (over 10 years ago)
- Last Synced: 2025-02-08T05:18:00.537Z (9 months ago)
- Size: 6.95 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/