EMAIL: info@ardisialabs.com
Contact envelope

GraphicsEditor

Overview

The graphics editor is incomplete and the code is in an alpha state.

Supports 14 interaction modes:

  • NONE
  • SELECT_FRONT
  • SELECT_BEHIND
  • CROP
  • BITMAP_LASSO
  • WAND
  • BRUSH
  • FLOOD_FILL
  • DISTORT
  • VECTOR
  • TEXT
  • ZOOM_IN
  • ZOOM_OUT
  • GRABBER

Features

  • Undo / redo support.
  • Brush hardness, alpha support.
  • Selection, rotation, and depth support.
  • Wand and Flood fill: tolerance, AA, and alpha support.
  • Eraser and brushes supporting anti-alias, alpha, and weight.
  • Brush Modes: draw, erase, blur, sharpen, pinch, bloat.
  • 3 vector shapes are supported: LINE, RECTANGLE, and ELLIPSE.
  • 2 brush shapes are currently supported: SQUARE and CIRCLE.
  • Marching Ants animation support for the WAND and BITMAP_LASSO mode.
  • Bitmap selection tolerance.
  • Adding, removing, and editing text.
  • Zooming in/out on the cursor position.
  • Selection lassos.
  • Grouping support.
  • Auto scrolling.
  • Fitting content to the canvas, canvas transparency.
  • Bitmap exporting.

See the demo.

Back To Top