From 2cf1a9476606615b4aacd3e80633f24bff66ab3c Mon Sep 17 00:00:00 2001 From: Julek <31626592+dnjulek@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:57:36 -0300 Subject: [PATCH] Format readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e0d2e2..e4eb91e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [SSIMULACRA2](https://github.com/cloudinary/ssimulacra2) for VapourSynth with Zig. -This implementation doesn't have the exact same result as the original, because a different gaussian blur algorithm is used,\ +This implementation doesn't have the exact same result as the original, because a different gaussian blur algorithm is used, a recursive gaussian blur is used there, and in this one a "true" gaussian blur with better performance is used.\ With this we get up to +70% speed.