3676 Commits (fc7eee84007e4265bebd06e3a239f86b2e42b53c)

Author SHA1 Message Date
James Jackson-South 898c86cfe3 Rename struct 8 years ago
popow 72a4ee4828 added support for 16 bit greyscale 8 years ago
James Jackson-South 26c0fd070f private static ordering. 8 years ago
James Jackson-South ade4131d2b Refactor FastACTables and reduce trivial duplication. 8 years ago
James Jackson-South 4df33e9a5c Update name reference 8 years ago
James Jackson-South a96bcc63aa Fix updated struct name 8 years ago
James Jackson-South 36081fd569 Split progressive AC method and rename GrowBufferUnsafe 8 years ago
James Jackson-South 86addf3a9d Add descriptive comments, remove unused, and make method static. 8 years ago
popow bbe0e59c9b changed the cdf to be the cumulative histogram 8 years ago
popow 68d13b6ecb added HistogramEqualizationTest 8 years ago
James Jackson-South 84958a8f16 Delete unused code. 8 years ago
James Jackson-South 78e0531c89 Remove unused huffman table code. 8 years ago
James Jackson-South d6fd103ca1 Minor perf changes. 8 years ago
James Jackson-South 09d29f59ef void methods 8 years ago
James Jackson-South 020e2ecd44 Split decode method. 8 years ago
James Jackson-South 4fddef4e1d Can now decode baseline + progressive 8 years ago
popow 5c89f6c89b added first attempt of histogram equalization 8 years ago
James Jackson-South 9edaf542aa 9/10 baseline now pass! 8 years ago
James Jackson-South 3b0184ffc5 6/10 baseline images now pass. 8 years ago
popow b3212d8c02 added SyncProfiles() before writing the Exif Chunk 8 years ago
popow 5e57015758 - fixed error message in WriteExifProfile, when Exif data exceeds the limits 8 years ago
Vicente Penades ac9002e302 exploring an alternative way of generating methods 8 years ago
Anton Firszov 849806843b try to fine-tune tolerance in PngEncoderTests + better Rgba64.ToString() 8 years ago
Vicente Penades ed3b7a6b0f removed trailing spaces 8 years ago
Vicente Penades 4bc4ad64b8 Changed Pixel Blender/Composer generators to generate all combinations of ColorBlenders and AlphaComposers 8 years ago
James Jackson-South 3984e2c80f Update tests 8 years ago
James Jackson-South 1596381ae8 Refactor to better use base classes. 8 years ago
Jason Nelson 1449c67f58 Optimize remaining equality checks using pattern matching 8 years ago
Jason Nelson c53112bc08 Remove trailing whitespace 8 years ago
Jason Nelson fcb8039b17 Simplify null comparison 8 years ago
Jason Nelson 1b54767a8c Implement IEquatable on IccVersion 8 years ago
Jason Nelson bb9238d447 Use Unsafe.As<> 8 years ago
Jason Nelson c9bab4cdfc Remove redundant equity conditions 8 years ago
Jason Nelson d116d83ffb [ICC] Eliminate Version allocation using custom struct 8 years ago
Jason Nelson 824f568ed2 Remove unused ListExtensions class 8 years ago
James Jackson-South 1682f3bf70 Smarter dithering. 8 years ago
James Jackson-South 2c0aa2b7e0 Make correct method virtual 8 years ago
James Jackson-South 79cfbacd98 Improve lookup logic 8 years ago
Anton Firsov 1d1b5d9ddf
make Guard.NotNull() and DebugGuard.NotNull() generic (#634) 8 years ago
James Jackson-South 350c4e7ed9 Use single cache base. 8 years ago
James Jackson-South 84099e4793 Use DistanceSquared 8 years ago
Anton Firszov 6e0c827f48 make Guard.NotNull() and DebugGuard.NotNull() generic 8 years ago
James Jackson-South fef5fa0681 Minor improvements to diffusion 8 years ago
James Jackson-South 56c6ed94bf Can now encode gifs with global palette 8 years ago
Jesse Gielen 43ca448f39 Remove NotNull guard on value type 8 years ago
popow cc4a203130 to make ExifProfile format agnostic again: passing ExifIdCode as ReadonlySpan to the ToByteArray method 8 years ago
James Jackson-South 102dce72ed Stub color table mode enum. 8 years ago
James Jackson-South af1e535a3a Create new DensityUnits enum. 8 years ago
popow 108cb02106 corrected big endian byte order marker 8 years ago
popow 215224e6cd using Span CopyTo() in the ExifProfile Constructor to copy the data from one exifprofile to another 8 years ago