3963 Commits (81e16e48a3141ecd1e5fdfd62ab07cc6449600bb)

Author SHA1 Message Date
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
James Jackson-South b71c74de82 Use single cache base. 8 years ago
James Jackson-South 4ca807e010 Use DistanceSquared 8 years ago
Anton Firszov 0ead64ccc4 make Guard.NotNull() and DebugGuard.NotNull() generic 8 years ago
James Jackson-South 9b1270f580 Minor improvements to diffusion 8 years ago
James Jackson-South b208be83e0 Can now encode gifs with global palette 8 years ago
Jesse Gielen 72ea22bce0 Remove NotNull guard on value type 8 years ago
popow 4b484f9ea0 to make ExifProfile format agnostic again: passing ExifIdCode as ReadonlySpan to the ToByteArray method 8 years ago
James Jackson-South ad65b30f96 Stub color table mode enum. 8 years ago
James Jackson-South 2278789736 Create new DensityUnits enum. 8 years ago
popow 7e688eea38 corrected big endian byte order marker 8 years ago