Tag Archives: sf (37) @iMGSRC.RU

Summer fun, sf (37) @iMGSRC.RU

Takes a starting point (x, y, width, and height) and creates an image based on that starting point (e.g. Bézier curve or a fractal.) Examples: Bezier: x=x+10 y=y+5 width=width/2 height=height/2 Mandelbrot: x=x+w y=y+h width=width height=height This allows you to set a starting point as a Bézier path, a Mandelbrot set, or a string of digits […]