From 80221d816eeb98f0df38e0243390033c614952f3 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 28 Nov 2017 22:12:43 +0300 Subject: Source files converted to utf-8 --- plugins/AdvaImg/src/FreeImageToolkit/BSplineRotate.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/AdvaImg/src/FreeImageToolkit/BSplineRotate.cpp') diff --git a/plugins/AdvaImg/src/FreeImageToolkit/BSplineRotate.cpp b/plugins/AdvaImg/src/FreeImageToolkit/BSplineRotate.cpp index 690db87d8c..890f80b1f0 100644 --- a/plugins/AdvaImg/src/FreeImageToolkit/BSplineRotate.cpp +++ b/plugins/AdvaImg/src/FreeImageToolkit/BSplineRotate.cpp @@ -2,9 +2,9 @@ // Bitmap rotation using B-Splines // // Design and implementation by -// - Philippe Thévenaz (philippe.thevenaz@epfl.ch) +// - Philippe Thйvenaz (philippe.thevenaz@epfl.ch) // Adaptation for FreeImage by -// - Hervé Drolon (drolon@infonie.fr) +// - Hervй Drolon (drolon@infonie.fr) // // This file is part of FreeImage 3 // @@ -25,7 +25,7 @@ ========================================================== This code was taken and adapted from the following reference : -[1] Philippe Thévenaz, Spline interpolation, a C source code +[1] Philippe Thйvenaz, Spline interpolation, a C source code implementation. http://bigwww.epfl.ch/thevenaz/ It implements ideas described in the following papers : -- cgit v1.2.3