The Stroke Rotation Raster changes stroke width and rotation of a given graphic object according to the gray values of the pixels in a raster image.
Please note:
This script is now included in the Examples/Rasters folder in the Scriptographer package.
hey fabio & duyphamk,
You can doubleclick on the script name in Illustrator, then the code should be visible in an editor.
in line 7, there is a code like
item.rotate(radius * Math.PI * 2);
change the 2 into 100
item.rotate(radius * Math.PI * 100);
and save it.
This works for me, but you can also experiment with other values, if you're not satisfied with the results.
- dennis