log Core/Images/ImageProcessing.cpp @ 3585:113a9643e8bb

age author description
Mon, 02 Dec 2019 10:59:40 +0100 Benjamin Golinvaux Suppressed a few warnings when building with emscripten (clang) + numeric truncation warnings
Thu, 07 Nov 2019 17:02:19 +0100 Alain Mazy ImageProcessing::ImagePoint::GetDistanceToLine
Fri, 25 Oct 2019 18:09:42 +0200 Sebastien Jodogne merge
Fri, 25 Oct 2019 18:09:27 +0200 Sebastien Jodogne ImageProcessing::FitSize()
Thu, 24 Oct 2019 11:40:02 +0200 Alain Mazy ImageProcessing::ApplyWindowing
Tue, 22 Oct 2019 17:30:43 +0200 Alain Mazy Copy RGBA to BGRA & Set with alpha
Mon, 21 Oct 2019 10:13:53 +0200 Alain Mazy ShiftLeft + ShiftRight
Wed, 25 Sep 2019 17:16:54 +0200 Sebastien Jodogne fix ImageProcessing::ShiftScale() on float images
Wed, 28 Aug 2019 12:21:23 +0200 Sebastien Jodogne removed C++11 primitive
Tue, 27 Aug 2019 14:26:04 +0200 Sebastien Jodogne unit testing new functions in ImageProcessing
Tue, 27 Aug 2019 12:10:13 +0200 Sebastien Jodogne ImageProcessing::SeparableConvolution()
Mon, 26 Aug 2019 10:23:51 +0200 Sebastien Jodogne new functions in ImageProcessing toolbox: FlipX/Y(), Resize(), Halve()
Fri, 23 Aug 2019 17:31:43 +0200 Sebastien Jodogne more tolerance in ImageProcessing::Set()
Mon, 17 Jun 2019 23:36:37 +0200 Alain Mazy improved FillPolygon