4354 Commits (1b04fbe42bfd9f24bebc2a079641bbef5437a49b)

Author SHA1 Message Date
Anton Firszov 0475a072d5 remove unnecessary partial keyword 8 years ago
Jason Nelson 8c120eb0a6 Heed to Stylecop 8 years ago
Jason Nelson 958f7dc118 Add periods 8 years ago
Jason Nelson a3370e5ad4 Return RgbWorkingSpace directly to reduce virtual calls 8 years ago
Jason Nelson 1e20c5c2a1 Prevent boxing of RgbWorkingSpace 8 years ago
Jason Nelson 315e670b1e Update IColorConversion to support readonly structs 8 years ago
Jason Nelson ba1bbfd7f4 Pass by reference 8 years ago
Vicente Penades 8a59bf7f38 fixed Clear composition, it essentially returns fully transparent 8 years ago
Jason Nelson 6d0db4764d Match AggressiveInlining usage to main pixel classes 8 years ago
Jason Nelson 9cdf8e7596 Remove IsEmpty properties when we can just compare to default 8 years ago
Jason Nelson 4319c22337 Use HashHelpers 8 years ago
Jason Nelson 1de176e0a2 Remove MethodImplOptions.AggressiveInlining from trival field accessors 8 years ago
Jason Nelson 652c056f89 Simplify IccProfileId IsSet 8 years ago
Jason Nelson 72b04317a8 Spanify blittable equality checks 8 years ago
Johannes Bildstein deb299036f improve check for invalid ICC profiles and extend tests 8 years ago
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