Vectorize
Package com.coreyoneil.vectorization
Classes Vectorize, VectorizeGroup, VectorizePixel

Language Version: Actionscript 3.0
Player Version: Flash Player 9

The Vectorization Package allows you to convert raster images to vector images at runtime, in the Flash Player. It is implemented through the Vectorize class. Two other classes, VectorizeGroup and VectorizePixel, play supporting roles and are not meant to be instantiated by the user of this package (and as such are not documented here).

The Vectorization Package is released under the MIT license.

To learn how to use this package, please read the documentation on the Vectorize class.

A Word About This Package:

Vectorization is the process of converting raster graphics into vector graphics. It is a computationally expensive process, and as such it is typically done on the user's computer with a program or plug-in capable of vectorization. Online vectorization services allow the user to upload a photo to a server, which then in turn vectorizes the image locally and returns the result.

This package of code is unique from those methods in that it performs the vectorization process within the Flash Player, at runtime, over several frames. For this reason, there are a few differences and limitations that should be noted: