diff --git a/tests/ImageSharp.Tests/Formats/Jpg/ReferenceImplementations.cs b/tests/ImageSharp.Tests/Formats/Jpg/ReferenceImplementations.cs index c045d8937..e7bfdf06b 100644 --- a/tests/ImageSharp.Tests/Formats/Jpg/ReferenceImplementations.cs +++ b/tests/ImageSharp.Tests/Formats/Jpg/ReferenceImplementations.cs @@ -48,6 +48,9 @@ namespace ImageSharp.Tests } } + /// + /// The "original" libjpeg/golang based DCT implementation is used as reference implementation for tests. + /// public static class IntegerReferenceDCT { private const int fix_0_298631336 = 2446;