From ac2c38aa3b9ee1da7633afc952db46ea7d7dcc83 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 17 Sep 2025 23:05:44 +0200 Subject: Fix the link a the images --- README.md | 12 ++++++------ 1 file 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 ------ -- cgit v1.3-2-g11bf