aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2025-09-17 23:05:44 +0200
committerache <ache@ache.one>2025-09-17 23:07:25 +0200
commitac2c38aa3b9ee1da7633afc952db46ea7d7dcc83 (patch)
tree56ca612ae8e7eed43a56aa55c09fce3cb12e2393
parentSet License in Cargo.toml (diff)
Fix the link a the images
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index cd4be52..a05d778 100644
--- a/README.md
+++ b/README.md
@@ -17,17 +17,17 @@ There is a bunch of binaries availible with the crate to generate allRGB images.
Here are example of images generated
-![Radial - The basic allRGB fractal](res/all_rgb_radial_512.png)
+![Radial - The basic allRGB fractal](https://git.ache.one/coloctree/plain/res/all_rgb_radial_512.png?h=%f0%9f%aa%b5)
-![Random walk - Based on randomisation of the order of 8-neighbors](res/all_rgb_randomwalk_512.png)
+![Random walk - Based on randomisation of the order of 8-neighbors](https://git.ache.one/coloctree/plain/res/all_rgb_randomwalk_512.png?h=%f0%9f%aa%b5)
-![Diamon - Based on the use of 2 buffers to run over pixels](res/all_rgb_diamon_512.png)
+![Diamon - Based on the use of 2 buffers to run over pixels](https://git.ache.one/coloctree/plain/res/all_rgb_diamon_512.png?h=%f0%9f%aa%b5)
-![Diamon fixed - Same but process the pixel in order (fixed as "no random")](res/all_rgb_diamon_fixed_512.png)
+![Diamon fixed - Same but process the pixel in order (fixed as "no random")](https://git.ache.one/coloctree/plain/res/all_rgb_diamon_fixed_512.png?h=%f0%9f%aa%b5)
-![Square - Same as diamon but with 8neighbors and approximation of the nearest color](res/all_rgb_square_512.png)
+![Square - Same as diamon but with 8neighbors and approximation of the nearest color](https://git.ache.one/coloctree/plain/res/all_rgb_square_512.png?h=%f0%9f%aa%b5)
-![Alter - Dimon with mean color of 8neighbors to fix pixel color](res/all_rgb_alter_512.png)
+![Alter - Dimon with mean color of 8neighbors to fix pixel color](https://git.ache.one/coloctree/plain/res/all_rgb_alter_512.png?h=%f0%9f%aa%b5)
To-do
------