Cybrkyd's git repositories

imaging-with-python • commit: d898ade

commit d898ade1cd945ee9cfb24a4ebf6b3c75e3c4870114c4310267c694445af1dad5
author cybrkyd <noreply@cybrkyd.com> 2026-01-04 19:59:24 +0000
committer cybrkyd <noreply@cybrkyd.com> 2026-01-04 19:59:24 +0000

Commit Message

Readme changes

📊 Diffstat

README.md 11
1 files changed, 7 insertions(+), 4 deletions(-)

Diff

diff --git a/README.md b/README.md
index 85a1ca0..0d8e465 100644
--- a/README.md
+++ b/README.md
@@ -8,14 +8,17 @@ The Python script will output one gradient file; combine it with `10.sh` to gene
Further examples are provided in the `/examples` folder of this project. I use some as image backgrounds on my blog -- see https://cybrkyd.com
- ![Gradient example 1](/examples/1.svg "Gradient example 1")
+ <img src="examples/1.svg" alt="Girl in a jacket" width="500">
- ![Gradient example 2](/examples/2.svg "Gradient example 2")
+ ![Gradient example 1](examples/1.svg "Gradient example 1")
- ![Gradient example 3](/examples/3.svg "Gradient example 3")
+ ![Gradient example 2](examples/2.svg "Gradient example 2")
- ![Gradient example 4](/examples/4.svg "Gradient example 4")
+ ![Gradient example 3](examples/3.svg "Gradient example 3")
+
+ ![Gradient example 4](examples/4.svg "Gradient example 4")
## Licence
This project is made available under a GPL3 licence -- see COPYING for the full text.
+