146 Commits (ba0c8b8f11ecf01aa9bbb08744f0f7b69750448a)

Author SHA1 Message Date
Anton Firszov ba0c8b8f11 well ... that LLM implementation is actually NOT inaccurate 9 years ago
Anton Firszov 523eb6c69b UnZigAndQuantize --> QuantizeBlock (the block itself is not zigged here) 9 years ago
Anton Firszov fe3d725f8a Postfixing: Orig*** instead of Old** + introducing PdfJs*** again 9 years ago
Anton Firszov 7c89ea41ab better IDCT constants, but it did not help 9 years ago
Anton Firszov 15e92134d5 better constants in ReferenceImplementations.FastFloatingPointDCT 9 years ago
Anton Firszov 905931fbe7 DCT.cs -> FastFloatingPointDCT.cs 9 years ago
Anton Firszov 41eff8c3b2 managed to figure out everything regarding IDCT reference implementations 9 years ago
Anton Firszov d6d172025b playing with DCT implementations 9 years ago
Anton Firszov 959fb45e0e organizing DCT code 9 years ago
Anton Firszov 4c9e945b99 move jpeg SpanExtensions into test utils 9 years ago
Anton Firszov 02bf454b50 clean up and organize Jpeg test utilities 9 years ago
Anton Firszov 4f3095a9dd better tuple usage 9 years ago
Anton Firszov 9012fbfcaf robust spectral verification 9 years ago
Anton Firszov 443f88de58 reading libjpeg component dump 9 years ago
Anton Firszov eb2fd0e47c more jpeg testing 9 years ago
Anton Firszov b1ecd66ef9 removed TestBase 9 years ago
Anton Firszov 0e1459e172 moved CreateOutputDirectory() into TestEnvironment 9 years ago
Anton Firszov 43bf873c4e spectral testing 9 years ago
Anton Firszov 69d46d7b51 open up OldJpegDecoderCore API for testing 9 years ago
Anton Firszov 5eea0e011f ToString(), CopyTo(), ToArray() for Block8x8 9 years ago
Anton Firszov 20288a8056 Block8x8: the UInt16 Jpeg block 9 years ago
Anton Firszov 492c32ef45 goodby MutableSpan! 9 years ago
Anton Firszov f3b11146a6 CopyColorsTo() no longer uses MutableSpan 9 years ago
Anton Firszov eb497215b9 disabling ValidateProgressivePdfJsOutput 9 years ago
Anton Firszov e61b745275 being kind to PDF.js 9 years ago
Anton Firszov 5bae060841 build fix 9 years ago
Anton Firszov 566ce4a1f4 code for verifying original PDF.js output 9 years ago
Scott Williams 67a322b4db Formats per type namespaces 9 years ago
Anton Firszov bf676c09d1 it's called Manhattan distance! stupid me :P 9 years ago
Anton Firszov cad963ea7f CompareSpectralResults 9 years ago
Anton Firszov cf6eb63bc4 introduced LibJpegTools, made FrameComponent a class again 9 years ago
Anton Firszov 7d2d3fdc09 optimized the number of test cases in JpegDecoderTests 9 years ago
Anton Firszov 3736cfe272 Added ReferenceImage -based assertions to JpegDecoderTests. The PdfJs decoder is quite inaccurate with them, which makes tests failing 9 years ago
Anton Firszov b3b4827211 introduced OldJpegDecoder : IImageDecoder for the GolangPort decoder 9 years ago
Anton Firszov 493dedaf69 renaming is hard 9 years ago
Anton Firszov 1c75403036 move Block8x8F into ImageSharp.Formats.Jpeg.Common 9 years ago
Anton Firszov b6d4f352d9 GolangPort namespaces following folder structure 9 years ago
Anton Firszov c4953b0fa2 let's merge jpeg-port to have the changelog! 9 years ago
Anton Firszov 385ed8814f provider.GetImage(new JpegDecoder()) 9 years ago
Anton Firszov 84852a8796 good by GenericFactory! 9 years ago
Anton Firszov 9da4345485 . 9 years ago
Scott Williams 94c60cb338 inital rename packages and namespaces 9 years ago
Anton Firszov 48f3fdea66 comparing decoders 9 years ago
Anton Firszov 59705eeefb introducing the "doNotAppendPixelType" feature 9 years ago
Anton Firszov cd3f39130a TestImageProvider can use custom decoder now 9 years ago
Anton Firszov febe9c6880 TestImageProvider can use custom decoder now 9 years ago
Anton Firszov 747aa7f110 JpegDecoderTests using reference images 9 years ago
Anton Firszov 5dff018334 moving input test images into ./tests/TestImages/Input 9 years ago
Anton Firszov 7eca259587 always DebugSave() png-s 9 years ago
Scott Williams f026778e47 migrate to a Image.Generate/Image.Mutate context api 9 years ago