Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benrhodes/graffiti-as3-drawing-lib
ActionScript 3 Bitmap Drawing Library
https://github.com/benrhodes/graffiti-as3-drawing-lib
Last synced: about 2 months ago
JSON representation
ActionScript 3 Bitmap Drawing Library
- Host: GitHub
- URL: https://github.com/benrhodes/graffiti-as3-drawing-lib
- Owner: benrhodes
- License: mit
- Created: 2012-11-10T01:35:42.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T13:14:49.000Z (almost 4 years ago)
- Last Synced: 2024-08-04T05:05:04.880Z (5 months ago)
- Language: ActionScript
- Size: 1.55 MB
- Stars: 65
- Watchers: 15
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
- awesome-actionscript-sorted - graffiti-as3-drawing-lib - ActionScript 3 Bitmap Drawing Library (Unsorted / Other API)
README
# This code is not maintained anymore now that Flash is just a good memory
# Graffiti: ActionScript 3 Bitmap Drawing Library
**Version 3.0.3**The Graffiti AS3 Bitmap Drawing Library is designed for ActionScript developers to easily integrate drawing functionality into a Flash, Flex or Air project.
## Features
* You choose the size of the Drawing Canvas.
* Add a Vector or Bitmap image above or below the drawing area.
* Keep a drawing history allowing undo and redo.
* Brush Tool with 7 different Brush shapes.
* Built in zoom functionality including ability to drag an obscured canvas with the mouse.
* Brush Tool supports blurring.
* Drawing Tools have support for transparent colors.
* Line Tool with 3 types of lines, SOLID, DASHED and DOTTED
* Shape Tool with RECTANGLE, SQUARE, OVAL and CIRCLE
* Fill Bucket Tool
* Text Tool
* Get color value for a point on the drawing.
* Easily retrieve drawing data to use with your favorite image encoder.
* UI independent code that fits invisibly into any project.