3011 Commits (1e299beed6aac97308c520a216e0557b333f9d2a)

Author SHA1 Message Date
Brian Popow 1e299beed6 A little cleanup 5 years ago
Brian Popow 48c0a26281 Skip test if Avx is not supported 5 years ago
Brian Popow fa8c590e0e Skip tests if Sse2 is not supported 5 years ago
James Jackson-South 27e6b58643 Final final warnings 5 years ago
James Jackson-South 38bf216e09 Fix newline endings 5 years ago
Anton Firszov a4cf70fac9 remove unused test methods 5 years ago
Anton Firszov 387bdfa533 fix ProfilingSandbox 5 years ago
Anton Firszov 179e43a060 delete more unused methods 5 years ago
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 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
Anton Firszov 51ef6b659c Fix bug in MagicReferenceDecoder 5 years ago
Anton Firszov a75f106392 Use shared ArrayPoolMemoryAllocator in tests 5 years ago
Dmitry Pentin 6532552b6b Naming fix & simd else if branch 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 775610d5a0 Fixed tests, fixed compilation, added DHT marker decoding more meaningful exception messages, fixed invalid jpeg encoding 5 years ago
Dmitry Pentin 2f143bf9d3 New FDCT method, reciprocal quantization 5 years ago
Dmitry Pentin 7a21a88944 Fixed failing tests 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
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 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
Brian Popow f59de37ca4 Use smaller test images 5 years ago
Brian Popow fd957fae84 Add option to encode Tiff's with jpeg compression 5 years ago
Brian Popow 48374293f9 Read complete jpeg stream, if JPEGTables is not present 5 years ago