Afbeelding
 
 

13

 

1063

 

1167

golden spiral

Constructed from gradient meshes with only greyscale mesh nodes.
Colours are added by a 256 step gradient map filter generated by s_uv's extension -modify color-adjust-colormap-.

"Theoretically" a smooth fade should be rendered between the steps.

Artwork

Area
1619x1000
Grootte
566,6 KB
Aangemaakt
Type
image/svg+xml
Public Domain (PD)
Tavmjong Bah wrote :

Nice!

256 levels isn't very many (but it is what we are unfortunately limited to in SVG for the moment). The lines you are seeing are enhanced due to Mach Banding (see the Wikipedia article for details). It's interesting that the banding is most obvious in the yellow to orange section and in the blue section. Might be a factor of luminosity. To deal with the banding, the gradients need to be dithered. For that we need support inside of Cairo. (Essentially one renders the gradient at a higher bitmap depth and then quasi-randomly adds noise before reducing down to 8 bits per channel.)

I took your file and replaced the filter by directly coloring the mesh gradients. I see no banding when I do that.

Lazur wrote :

Thank you!

That limitation doesn't sound so good. The concept of this gradient map filter was to make the gradient mesh work something similar to linear gradients -you could switch from one definition to another, while keeping the handles/mesh nodes intact.
And that it would work as how "bumpmaps" are used on a texture of a model with lower polygon count.

Please log in to leave a comment!