2134 Commits (fd9e8dc7dec6f6e10bbbd616ef1b4d27c7dffd8f)

Author SHA1 Message Date
Anton Firszov 2c8808e802 skip tests in ReferenceDecoderBenchmarks 8 years ago
James Jackson-South d134300dbb Clone => DeepClone 8 years ago
James Jackson-South 859d331234 Add Clone overloads for new configuration. 8 years ago
James Jackson-South 6e8b167354 Rename DeepClone => Clone 8 years ago
James Jackson-South 7698f5d286 Add metadata cloning tests 8 years ago
James Jackson-South 025d104dfa All metadata now performs a deep clone 8 years ago
James Jackson-South 2bc0c17f41 Begin ToString() formatting. 8 years ago
Anton Firszov feb1a44356 implemented IterateRowsWithTempBuffer<T> 8 years ago
Anton Firszov 4bfafc97b5 implemented ParallelHelper.IterateRows() 8 years ago
Anton Firszov c094e12ba7 ParallelHelper.IterateRows WIP 8 years ago
James Jackson-South cb7c0d8419 Make formats public + minor cleanup. 8 years ago
James Jackson-South 58ea9950c5 Can now preserve jpeg quality ❤️ 8 years ago
James Jackson-South c91d9154f6 Simplify metadata API 8 years ago
James Jackson-South ea0ab8bb50 Png now correctly encodes 1, 2, 4 bit images 8 years ago
James Jackson-South 9907d78d3e Preserve BmpBitsPerPixel 8 years ago
James Jackson-South 25e5d48dca Much better type safety. 8 years ago
James Jackson-South eb318f1502 Strong type meta query + format singletons 8 years ago
James Jackson-South 3835b0b777 Fix EXIF overflow and Jpeg decoding 8 years ago
James Jackson-South 6bc07e6a6d Fix local color table encoding. 8 years ago
James Jackson-South a50c3eb985 Use dictionaries to store format specific metadata 8 years ago
Vicente Penades 2042f1feed Adding more tests to cover single pixel ColorBlending and AlphaComposition functions 8 years ago
James Jackson-South 4b9c684586 Add derived format info types and allow persistance of palette lengths 8 years ago
James Jackson-South 1c72e613c4 Add additional tests 8 years ago
James Jackson-South 983291730a Don't allow duplicate formats in configuration. 8 years ago
James Jackson-South 2d63e31b48 Add image blending tests to match the SVG spec examples 8 years ago
James Jackson-South 4083b90a20 Update reference images 8 years ago
Jason Nelson 299a8c2baf Update CodeCoverage to use .NETCORE2.1 8 years ago
Jason Nelson e7a701f85e Drop net47 from test library 8 years ago
Vicente Penades caaedc19da SolidFillBlendedShapesTests now tests all composition/blending combinations. 8 years ago
Jason Nelson 0954df11b0 Drop netcoreapp2.0 build target 8 years ago
Vicente Penades d4ca89027b Refactored IsSolidBrushWithoutBlending into GraphicsOptions so it can be called from more places, and also allows for specific tests. 8 years ago
Vicente Penades 0ef96379e7 fixed argument name to help reflection match the file names 8 years ago
Vicente Penades 55cc1350d0 Fixing SolidFill tests again... 8 years ago
Vicente Penades c47f09a311 Updated SolidFill tests to cover all possible Blending-Composition combinations, reference images not in place yet 8 years ago
Vicente Penades 1035f23908 rearranged DrawImage method arguments. Fixed tests accordingly 8 years ago
Vicente Penades b189ff7746 Split PixelBlendMode enumeration into PixelColorBlendingMode and PixelAlphaCompositionMode 8 years ago
James Jackson-South 74a16f1083 Update refs and fix line endings 8 years ago
Jason Nelson 633a8ce503 Replace == null with is null 8 years ago
James Jackson-South 18c4a7fef0 Fix 1 bit bmp decoding and add extra test images. 8 years ago
Anton Firszov a8c44f95dd skip WrapSystemDrawingBitmap_* on most environments to avoid sporadic test failures 8 years ago
Anton Firszov 7be8500ec4 Use brand new beta packages! 8 years ago
Anton Firszov b0c2ccb26f Replace Configuration.ParallelOptions with Configuration.MaxDegreeOfParallelism 8 years ago
Anton Firszov 968a9cb186 Move ImageSharp-specific memory primitives and utils to SixLabors.ImageSharp.Memory 8 years ago
Anton Firszov f0e687f0e0 replace common memory classes 8 years ago
James Jackson-South 29c01dab6c No underscores! 8 years ago
James Jackson-South e516dfe82f Add Rgb specific tests 8 years ago
James Jackson-South 0d2788752c Make ColorSpaceConverter immutable. 8 years ago
James Jackson-South 6bd974f55a Add companding tests 8 years ago
James Jackson-South 8966e7d274 Bulk colorspace conversion tests 8 years ago
James Jackson-South 71bd4c9887 Begin colorspace test cleanup. 8 years ago