Makes a heartbleed image
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | turmite59(
shade,
file = NULL,
image_x = NULL,
image_y = NULL,
image_dpi = NULL,
palette_n = NULL,
palette_heart = NULL,
palette_turmite = NULL,
alpha_turmite = NULL,
alpha_heart = NULL,
heart_shift_x = NULL,
heart_shift_y = NULL,
heart_grain = NULL,
heart_size = NULL,
heart_jitter = NULL,
slice_scale = NULL,
slice_n = NULL,
unfold_iter = NULL,
unfold_scale = NULL,
unfold_drift = NULL,
unfold_fractal = NULL,
unfold_octaves = NULL,
turmite_grid_x = NULL,
turmite_grid_y = NULL,
turmite_steps = NULL,
turmite_stepsize = NULL
)
|
shade |
Hex code specifying a base colour |
file |
File to save the image |
image_x |
Image width in inches |
image_y |
Image height in inches |
image_dpi |
Image resolution in dpi |
palette_n |
Number of distinct colours |
palette_heart |
Palette for the heart |
palette_turmite |
Palette for the turmite |
alpha_turmite |
Transparency for the turmite |
alpha_heart |
Transparency function for the heart |
heart_shift_x |
Horizontal offset for the heart |
heart_shift_y |
Vertical offset for the heart |
heart_grain |
Number of distinct points along the heart |
heart_size |
Size of the heart |
heart_jitter |
Noise in the heart |
slice_scale |
Scale of the slice step |
slice_n |
Number of slices in the slice step |
unfold_iter |
Number of iterations for the breeze step |
unfold_scale |
Scale of the breeze step |
unfold_drift |
Drift rate for the breeze step |
unfold_fractal |
Fractal to use for the breeze step |
unfold_octaves |
Number of octacves |
turmite_grid_x |
Horizontal size of the turmite grid in pixels |
turmite_grid_y |
Vertical size of the turmite grid in pixels |
turmite_steps |
Number of steps to run the turmite |
turmite_stepsize |
Distance the turmite walks on each step |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.