choose a silhouette
Here the array containing the contour of each shape will be pasted

Useful functions - sample 08 - create a shape with a silhouette

Here is something I am working on for ‪#‎javascript‬ ‪#‎HTML5‬ ‪#‎CSS3‬

The problem : You want to convert silhouettes from images to vectorial shapes for multiple
uses. Some of the silhouettes can be very complex.

The sample : I have created an algorithm to scan images and calculate all the contours
of the silhouettes. Then I paste an array containing the points of the contours in a text area
so you can use the vectorial data in other javascript projects.

Click here for more content