diff options
Diffstat (limited to 'plugins/AdvaImg/src/FreeImageToolkit/BSplineRotate.cpp')
-rw-r--r-- | plugins/AdvaImg/src/FreeImageToolkit/BSplineRotate.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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 : |