3784 Commits (2fcda3cee0d4091678bf4a41bfcfa2b88a444949)

Author SHA1 Message Date
Anton Firszov 468797f4fa use JpegThrowHelper 8 years ago
Anton Firszov d04611ead1 Introduce InliningOptions 8 years ago
popow a5b180ac9a fixed rounding issue in calculating the luminance 8 years ago
Vicente Penades a9a8ded37f removed trailing spaces, regions & cleared code 8 years ago
Vicente Penades 8368f1efc9 removed trailing spaces 8 years ago
Vicente Penades 4bb5f9f45e progress on pixel conposer/blender combinations 8 years ago
popow 7ecfa0cfbf removed unnecessary allocation of the lut, using cdf instead 8 years ago
popow f4d97863ad using memoryAllocator 8 years ago
popow 1d5a8f747b SixLabors.ImageSharp.Processing.Contrast -> SixLabors.ImageSharp.Processing.Normalization 8 years ago
James Jackson-South d4fc8a03be Move method where it belongs. 8 years ago
James Jackson-South bd79c84714 Update Huffman table property 8 years ago
James Jackson-South 9cb8c155fb Rename struct 8 years ago
popow 8117d8232f added support for 16 bit greyscale 8 years ago
James Jackson-South 69f228bf23 private static ordering. 8 years ago
James Jackson-South fcabcdd5d5 Refactor FastACTables and reduce trivial duplication. 8 years ago
James Jackson-South 6360a8a9a1 Update name reference 8 years ago
James Jackson-South 8370d4f8af Fix updated struct name 8 years ago
James Jackson-South 1e493ab80e Split progressive AC method and rename GrowBufferUnsafe 8 years ago
James Jackson-South 43c818fec2 Add descriptive comments, remove unused, and make method static. 8 years ago
popow 5b1b8b11d3 changed the cdf to be the cumulative histogram 8 years ago
popow 687db06e36 added HistogramEqualizationTest 8 years ago
James Jackson-South b5e240177a Delete unused code. 8 years ago
James Jackson-South d8f4b25c63 Remove unused huffman table code. 8 years ago
James Jackson-South f2e05bfcbc Minor perf changes. 8 years ago
James Jackson-South 1a79cfb002 void methods 8 years ago
James Jackson-South c69c3aca13 Split decode method. 8 years ago
James Jackson-South 681f99f914 Can now decode baseline + progressive 8 years ago
popow d41ece1432 added first attempt of histogram equalization 8 years ago
James Jackson-South 588e423410 9/10 baseline now pass! 8 years ago
James Jackson-South 9e59ac19e0 6/10 baseline images now pass. 8 years ago
popow 94da0b3f4e added SyncProfiles() before writing the Exif Chunk 8 years ago
popow f32e68ac82 - fixed error message in WriteExifProfile, when Exif data exceeds the limits 8 years ago
Vicente Penades 4836450c22 exploring an alternative way of generating methods 8 years ago
Anton Firszov 93585fd00c try to fine-tune tolerance in PngEncoderTests + better Rgba64.ToString() 8 years ago
Vicente Penades a720778807 removed trailing spaces 8 years ago
Vicente Penades be1e555a60 Changed Pixel Blender/Composer generators to generate all combinations of ColorBlenders and AlphaComposers 8 years ago
James Jackson-South 9a12d09d7a Update tests 8 years ago
James Jackson-South c3d38bac9c Refactor to better use base classes. 8 years ago
Jason Nelson 5ae24b0817 Optimize remaining equality checks using pattern matching 8 years ago
Jason Nelson 9c027378f1 Remove trailing whitespace 8 years ago
Jason Nelson 80aa108e95 Simplify null comparison 8 years ago
Jason Nelson 0380e2ee37 Implement IEquatable on IccVersion 8 years ago
Jason Nelson 5554aa3198 Use Unsafe.As<> 8 years ago
Jason Nelson 4318c564d4 Remove redundant equity conditions 8 years ago
Jason Nelson 60bec41221 [ICC] Eliminate Version allocation using custom struct 8 years ago
Jason Nelson f1dbf8f67e Remove unused ListExtensions class 8 years ago
James Jackson-South 07064e90c4 Smarter dithering. 8 years ago
James Jackson-South becc80b4cd Make correct method virtual 8 years ago
James Jackson-South cfdc75e915 Improve lookup logic 8 years ago
Anton Firsov d171acba80
make Guard.NotNull() and DebugGuard.NotNull() generic (#634) 8 years ago