From 5c8966fbd74f27158e30da16dedb23bd120454d2 Mon Sep 17 00:00:00 2001 From: Sven Vogel Date: Fri, 30 Jun 2023 11:57:21 +0000 Subject: [PATCH] fixed path to overview image in chromatic aberration --- Image-Filtering/Chromatic-Aberration/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Image-Filtering/Chromatic-Aberration/README.md b/Image-Filtering/Chromatic-Aberration/README.md index 11e5194..ce02b99 100644 --- a/Image-Filtering/Chromatic-Aberration/README.md +++ b/Image-Filtering/Chromatic-Aberration/README.md @@ -1,5 +1,5 @@ -# Chromatic-Aberration -![overview.png](https://git.teridax.de/teridax/Shadertoy-Shaders/raw/branch/main/Chromatic-Aberration/overview.png) - -This is a crude implementation of a 2D filter mimicing the effect of chromatic aberration which happens with real world lenses +# Chromatic-Aberration +![overview.png](https://git.teridax.de/teridax/Shadertoy-Shaders/raw/branch/main/Image-Filtering/Chromatic-Aberration/overview.png) + +This is a crude implementation of a 2D filter mimicing the effect of chromatic aberration which happens with real world lenses that are unable to focus light of different wavelengths to the same focal plane. \ No newline at end of file