146 Commits (6d66209e9fc247c6a24aff810c5529fa9035ed00)

Author SHA1 Message Date
Anton Firszov 6d66209e9f well ... that LLM implementation is actually NOT inaccurate 9 years ago
Anton Firszov 4e62e7e8d7 UnZigAndQuantize --> QuantizeBlock (the block itself is not zigged here) 9 years ago
Anton Firszov ea834c3bae Postfixing: Orig*** instead of Old** + introducing PdfJs*** again 9 years ago
Anton Firszov 9c1ac8b7a4 better IDCT constants, but it did not help 9 years ago
Anton Firszov 9d3f7aa5e5 better constants in ReferenceImplementations.FastFloatingPointDCT 9 years ago
Anton Firszov 34a52bba51 DCT.cs -> FastFloatingPointDCT.cs 9 years ago
Anton Firszov f672ae340b managed to figure out everything regarding IDCT reference implementations 9 years ago
Anton Firszov 5383f9e275 playing with DCT implementations 9 years ago
Anton Firszov 66df6fd2eb organizing DCT code 9 years ago
Anton Firszov abc62bbe7f move jpeg SpanExtensions into test utils 9 years ago
Anton Firszov f6b5b420c7 clean up and organize Jpeg test utilities 9 years ago
Anton Firszov ece979812c better tuple usage 9 years ago
Anton Firszov a67f6d5494 robust spectral verification 9 years ago
Anton Firszov 637ed89f59 reading libjpeg component dump 9 years ago
Anton Firszov 55e891f6c7 more jpeg testing 9 years ago
Anton Firszov 683f51d586 removed TestBase 9 years ago
Anton Firszov 3d26beb3da moved CreateOutputDirectory() into TestEnvironment 9 years ago
Anton Firszov e6337310da spectral testing 9 years ago
Anton Firszov c3c29586fe open up OldJpegDecoderCore API for testing 9 years ago
Anton Firszov 8e56cc4140 ToString(), CopyTo(), ToArray() for Block8x8 9 years ago
Anton Firszov d8ea09115b Block8x8: the UInt16 Jpeg block 9 years ago
Anton Firszov 6ecb12b25c goodby MutableSpan! 9 years ago
Anton Firszov 086f8eae1b CopyColorsTo() no longer uses MutableSpan 9 years ago
Anton Firszov 71467df85b disabling ValidateProgressivePdfJsOutput 9 years ago
Anton Firszov d4b66d9fc0 being kind to PDF.js 9 years ago
Anton Firszov 0c13e28ada build fix 9 years ago
Anton Firszov 8d726512c6 code for verifying original PDF.js output 9 years ago
Scott Williams 4a1eb7cbd0 Formats per type namespaces 9 years ago
Anton Firszov 4822a04c8b it's called Manhattan distance! stupid me :P 9 years ago
Anton Firszov 26e645d0eb CompareSpectralResults 9 years ago
Anton Firszov 590042601e introduced LibJpegTools, made FrameComponent a class again 9 years ago
Anton Firszov ce14310922 optimized the number of test cases in JpegDecoderTests 9 years ago
Anton Firszov db78fb23da Added ReferenceImage -based assertions to JpegDecoderTests. The PdfJs decoder is quite inaccurate with them, which makes tests failing 9 years ago
Anton Firszov 842c22adef introduced OldJpegDecoder : IImageDecoder for the GolangPort decoder 9 years ago
Anton Firszov 4f97c8302a renaming is hard 9 years ago
Anton Firszov d230faa928 move Block8x8F into ImageSharp.Formats.Jpeg.Common 9 years ago
Anton Firszov 30d0abba47 GolangPort namespaces following folder structure 9 years ago
Anton Firszov b717bee06e let's merge jpeg-port to have the changelog! 9 years ago
Anton Firszov 787e544573 provider.GetImage(new JpegDecoder()) 9 years ago
Anton Firszov de89c7d2f7 good by GenericFactory! 9 years ago
Anton Firszov 1c51b78559 . 9 years ago
Scott Williams 872ca973de inital rename packages and namespaces 9 years ago
Anton Firszov 0d2a58747a comparing decoders 9 years ago
Anton Firszov 6d41974f10 introducing the "doNotAppendPixelType" feature 9 years ago
Anton Firszov 3b8e4b024d TestImageProvider can use custom decoder now 9 years ago
Anton Firszov fb5c908bbf TestImageProvider can use custom decoder now 9 years ago
Anton Firszov be6d1aa575 JpegDecoderTests using reference images 9 years ago
Anton Firszov 41794a6a7a moving input test images into ./tests/TestImages/Input 9 years ago
Anton Firszov 6208042d36 always DebugSave() png-s 9 years ago
Scott Williams 32c158898b migrate to a Image.Generate/Image.Mutate context api 9 years ago