4323 Commits (922fa635bd9eb6d65aafd40902f58bc8d21dd157)
 

Author SHA1 Message Date
Anton Firszov 922fa635bd formatting + cleanup 9 years ago
Anton Firszov ce5de06ed3 skipping Jpeg420Small + PdfJs spectral tests 9 years ago
Anton Firszov b881c599ca fixed #159 for the other known case, test image is too big though, won't add it 9 years ago
Anton Firszov ed0d25980a fixed #159 for the progressive case 9 years ago
Anton Firszov b5a844d713 ErrorCode is now a state of InputProcessor 9 years ago
Anton Firszov 11eb0c3df8 test case for #159 9 years ago
Anton Firszov ed2a9d7184 Merge branch 'jpeg-lab' of https://github.com/SixLabors/ImageSharp into jpeg-lab 9 years ago
Anton Firszov 54f8bb6ebf fixed #178 9 years ago
JimBobSquarePants 72be3355e0 Add Cmyk and Ycck converter tests 9 years ago
Anton Firszov 72289466f7 introduced test for #178 9 years ago
Anton Firszov a3dd2d1978 fixed #214 9 years ago
Anton Firszov cb713a3ade deleted all deprecated channel processing code 9 years ago
James Jackson-South 4d85b30c98 GrayScale & RGB + Tests 9 years ago
James Jackson-South 68cc3ede9e Merge branch 'jpeg-lab' of https://github.com/SixLabors/ImageSharp into jpeg-lab 9 years ago
James Jackson-South 7f5afe2571 Add Ycck and CMYK conversion 9 years ago
Anton Firszov 5b589c001f XmlDocs for JpegImagePostProcessor 9 years ago
Anton Firszov e77d79c763 removed DoPostProcessorStep() return value 9 years ago
Anton Firszov 6a64d37d79 JpegImagePostProcessor code path is the default now in OrigJpegDecoderCore 9 years ago
Anton Firszov e72250e6ee inlined YCbCr conversion code 9 years ago
Anton Firszov e3cc961fb9 JpegColorConverter 9 years ago
Anton Firszov 1c83ea59f9 DeduceJpegColorSpace() 9 years ago
Anton Firszov 92e93df8dd organizing classes 9 years ago
Anton Firszov 860a89dcd2 comments on rounding logic 9 years ago
Anton Firszov 0d424c7c93 super accurate results! 9 years ago
Anton Firszov a3dcbfada0 fixing tests 9 years ago
Anton Firszov 5afcc2328c reached consistent state with component scaling data 9 years ago
Anton Firszov 4974617e11 several refactors 9 years ago
Anton Firszov e250de52ed JpegComponentPostProcessor works for Calliphora.jpg! 9 years ago
Anton Firszov bd24e375bb fineshed CopyTo(area), introduced IRawJpegData 9 years ago
Anton Firszov 07e9e40b98 GetSubArea() 9 years ago
Anton Firszov d06a014d12 implemented BufferArea<T> 9 years ago
Anton Firszov 5ec9310d73 introduce BufferArea2D, move Memory utility tests to proper place 9 years ago
Anton Firszov 6236184beb TestImages.Jpeg.Baseline.Testimgorig -> TestImages.Jpeg.Baseline.Testorig420 9 years ago
Anton Firszov c0b620f904 jpeg420small.jpg 9 years ago
Anton Firszov 66a2bb9714 CalculateJpegChannelSizes() 9 years ago
Anton Firszov 352198db4d CalculateJpegChannelSize() 9 years ago
Anton Firszov 36cc13346e test Ycck as well .. 9 years ago
Anton Firszov dc9367ce2b OrigJpegDecoderCore channel management refactor 9 years ago
Anton Firszov 3e8c2eee5d more subsampling refactor 9 years ago
Anton Firszov 074717ea37 refactor subsampling + better IDCT constants in actual implementation 9 years ago
Anton Firszov 4bde0db10e renaming tests 9 years ago
Anton Firszov 5b03fb7829 renaming files 9 years ago
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 79e756483e rename files to match types 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 e368315565 moved FastFloatingPointDCT.cs 9 years ago
Anton Firszov 34a52bba51 DCT.cs -> FastFloatingPointDCT.cs 9 years ago