3814 Commits (5ba6461c6df9b4f05df4231c8e38e2994eaee0e0)

Author SHA1 Message Date
Anton Firszov 06566c5ab3 Resize: do not premultiply pixels with no alpha 5 years ago
Anton Firszov d798450ef6 Decode into Rgb24 by default 5 years ago
Anton Firszov c9d6556bf7 simplify DecodeJpeg_ImageSpecific benchmark 5 years ago
Anton Firszov 5f90e020fc Change SpectralConverter<T> to use inplace converters and PackFromRgbPlanes 5 years ago
Anton Firszov ef767cc905 Cmyk & Grayscale inplace conversion 5 years ago
Anton Firszov 033ed8e1b8 Inplace JpegColorConverter basic infra 5 years ago
Dmitry Pentin e4b32dbf28 Improved scalar transpose implementation 5 years ago
Dmitry Pentin 6532552b6b Naming fix & simd else if branch 5 years ago
Dmitry Pentin 8d29205076 Updated encoder benchmark 5 years ago
Gerard Gunnewijk b055e8b14b Renamed the file and file reference 5 years ago
Gerard Gunnewijk c967e3653a Was it a capital letter issue? 5 years ago
Gerard Gunnewijk c1e8c15b88 Added test image & test method 5 years ago
Gerard Gunnewijk f7bc8d7747 Added test image & test method 5 years ago
Dmitry Pentin 6b3f0f7bd9 gfoidl fixes 5 years ago
Dmitry Pentin 4fd912b9dd Fixed Ssse3 zig-zag implementation 5 years ago
Dmitry Pentin 24bf7c111d Restored sandbox 5 years ago
Dmitry Pentin 775610d5a0 Fixed tests, fixed compilation, added DHT marker decoding more meaningful exception messages, fixed invalid jpeg encoding 5 years ago
Dmitry Pentin f297fce021 Tidied up the code, added benchmarks 5 years ago
Dmitry Pentin d21e374e86 Tidied up the code, added benchmarks 5 years ago
Dmitry Pentin 9973e8da3b Removed excess code, added benchmarks 5 years ago
Dmitry Pentin 2f143bf9d3 New FDCT method, reciprocal quantization 5 years ago
Dmitry Pentin 17ca003bab Fixed sandbox 5 years ago
Dmitry Pentin 4d5886680f Fixed sandbox 5 years ago
Dmitry Pentin 7a21a88944 Fixed failing tests 5 years ago
Dmitry Pentin 839da83f17 Update sandbox 5 years ago
Dmitry Pentin cc99da35bf Added DCT in place 5 years ago
Dmitry Pentin a220b3d5b8 Removed obsolete code, tests cleanup 5 years ago
Dmitry Pentin 6c5cf28ecd New zig-zag implementation 5 years ago
Anton Firszov f4a3a0e76b fix ManagedBufferBase pinning behavior 5 years ago
Dmitry Pentin e5fec97844 Fixed lvi 5 years ago
Dmitry Pentin 2bccda8c03 8x8 matrices small fixes 5 years ago
Brian Popow 9e6fbdb96b Fix build issue, dispose decoded jpeg image 5 years ago
Dmitry Pentin 787ffa57ee Removed unused methods & constructor, fixed warnings 5 years ago
Dmitry Pentin f9b36e794d Sandbox code & results 5 years ago
Dmitry Pentin 93044e4de0 Sandbox code & results 5 years ago
Brian Popow 3f4f07835c Add tests for fax4 compression 5 years ago
Brian Popow a11752e98c Add support for decoding tiff's with T.6 fax compression 5 years ago
James Jackson-South 36f4ad48f9
Enable .NET 6 Preview Builds (#1745) 5 years ago
Brian Popow 10b05571fa Move arithmetic_progressive.jpg to progressive folder 5 years ago
Brian Popow 59a84498d5 Throw NotSupportedException for arithmetic coding and lossless jpeg's 5 years ago
Brian Popow ed9bd16cd3 Split WriteApplicationHeader into WriteStartOfImage and WriteJfifApplicationHeader. Do not write WriteJfifApplicationHeader with RGB. 5 years ago
Brian Popow b506e92479 Add additional YCbCr subsample rates 5 years ago
Brian Popow 83d0788cf5 Use much smaller tolerance for jpeg encoder tests 5 years ago
Brian Popow 89289f1a39 Use color type of the input image, if it was not specified in the encoder options 5 years ago
Brian Popow 57335b8ed4 Add detect color type tests 5 years ago
Brian Popow 310fefd5ea Make GetColorConverter() virtual 5 years ago
Brian Popow bb539aa6fa Fix build error in Benchmark project 5 years ago
Brian Popow 1b01984138 For YCbCr Tiff's with Jpeg compression explicitly assume RGB color space 5 years ago
Brian Popow e092d86b8f Use TolerantComparer for Tiff Jpeg test's 5 years ago
Brian Popow a531a2db24 Remove JpegSubsample and use JpegColorType instead 5 years ago