3735 Commits (a67386977cd24dc38264ecad8cd774bb37c21f20)

Author SHA1 Message Date
popow ac69aa7bfd using Vector4 to calculate the luminance and set the pixel value 8 years ago
popow f78d9b752e allocating cdf and histogram buffer with a using statement 8 years ago
popow dd698dd483 using GetPixelSpan instead of GetPixelRowSpan 8 years ago
James Jackson-South d6944d5a6a Simplify drawing namespaces. 8 years ago
James Jackson-South fc2dc1b69d Update ImageSharp Namespaces. 8 years ago
Anton Firszov 227789628b temporal vortex attacked again 8 years ago
Anton Firszov df557c9312 ScanDecoder: refactor parameters to members 8 years ago
Anton Firszov ff1a24c02a simplify + uniformize blockDataRef retrieval 8 years ago
Anton Firszov b9a6804fbf separate Interleaved / Non-Interleaved code path 8 years ago
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