From 96a3414afb2ace8b6116de44fecc1dd9775e6a08 Mon Sep 17 00:00:00 2001 From: gambas Date: Tue, 1 Jan 2019 15:20:20 +0100 Subject: [PATCH] Add blurring algorithm attribution. [CONFIGURATION] * NEW: Add blurring algorithm attribution. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71a81fa59..b7ed0ccd3 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,10 @@ The following pieces of code were borrowed and adapted: - The function that computes the easter day of a specific year uses an algorithm made by Aloysius Lilius And Christophorus Clavius. +- The blurring algoritm is based on the 'StackBlur' algorithm made by Mario Klingemann. + If I forget some borrowed code in the list above, just tell me. Enjoy Gambas! -Benoît. \ No newline at end of file +Benoît.