The Stroke Raster changes the stroke width of a given graphic object according to the gray values of the pixels in a raster image.
This script is now included in the Examples/Rasters folder in the Scriptographer package.
Very nice effect but how do you do?! i chek but nothing happened ;(
Can you help me plzzz??
I'm curious what settings you used to create this example?
What about cs4? Does it work?
hmm. on cs4. not sure how to work this one. just makes a really strange repetition of "graphic item" i select along with the raster. how exactly is this supposed to work?
Works in CS4 here. There are two variables:
Grid Size: How big will every pixel be transferred into the graphic object (so 2 is 200%)
Stroke Scale: How thick should the stroke of the graphic object be scaled?
Take into account that the source image will have a line for every pixel, so don't take a high-res image! Try first with something like 100px x 100px or so.
eror 24: include is not funtional
Line: 1
- > include(raster.js")
Does not work. What to do? (adobe cs4)
eror 24: include is not funtional
Line: 1
> include(raster.js")
Does not work. What to do? (adobe cs4)
me too!
You have to make sure the script Raster.js (included when downloading Scriptographer) is in the same folder as the script you are running.