97 Commits (c98ea13710ab210c312697bef969ba70dc0abe21)

Author SHA1 Message Date
James Jackson-South c98ea13710 Add bounded quantization and update namings. 6 years ago
James Jackson-South b247bac77f Use Span<T> as buffer param 6 years ago
James Jackson-South c946849c32 Fix arguments order and tests 6 years ago
James Jackson-South e40731d5da Internalize, partially optimize and rename Action methods. 6 years ago
James Jackson-South 62890f8184 Rename class and add native memory profiler 6 years ago
James Jackson-South 15a7a557f2 Revert `using` declaration changes for until we establish guidelines. 6 years ago
Brian Popow 38454f8fde Use using declarations to reduce nesting 6 years ago
Brian Popow 43cbdab113 Fix stylecop warnings in the test project 6 years ago
James Jackson-South 6384f44501 Merge namespaces 6 years ago
James Jackson-South d7eeb2f7ca Allow custom configuration. Fix #650 6 years ago
Anton Firszov 7c45f467d5 expose ParallelExecutionSettings and ParallelHelper, fix MaxDegreeOfParallelism 6 years ago
Sergio Pedri 13989ac126 Processors refactoring (#983) 7 years ago
Simon Cropp aac8eae64a fix some spelling (#962) 7 years ago
Simon Cropp edeaf7d9a6 redundant usings (#960) 7 years ago
Anton Firszov 17f2311018 drop unnecessary generic IImageProcessorContext<TPixel> usages 7 years ago
Anton Firszov efaa3c05ed ImageBrush can apply a source image of a different pixel type than the target 7 years ago
Anton Firszov 8271ef18c9 everything builds 7 years ago
Anton Firszov cf8005deb2 validation in DrawImageTest 7 years ago
Anton Firszov 4a0b10080d rename FromVector4(...) to FromVector4Destructive(...) 7 years ago
Anton Firszov 70c4e117f1 Inlining temporary compatibility methods (FromScaledVector4, ToScaledVector4) 7 years ago
Anton Firszov ca60ecf7f4 pass Configuration to Vector4 converters in PixelOperations 7 years ago
Anton Firszov ebff0a51e1 Span.CopyTo(...) semantics for bulk Vecto4 conversion in PixelOperations 7 years ago
Anton Firszov 8ebe390c32 Rename PackFrom*** -> From***: 7 years ago
Anton Firszov d4be172dcc simplify IPixel method names: PackFrom*** -> From*** 7 years ago
Anton Firszov 00992043bb fixed ParallelHelper + improved tests 7 years ago
Anton Firszov 55b30e8a28 DetectEdgesTest.DetectEdges_InBox issue isolated in a failing test for ParallelHelper.IterateRows() 7 years ago
Vicente Penades c47f09a311 Updated SolidFill tests to cover all possible Blending-Composition combinations, reference images not in place yet 8 years ago
Anton Firszov 968a9cb186 Move ImageSharp-specific memory primitives and utils to SixLabors.ImageSharp.Memory 8 years ago
Anton Firszov 0eec2c794f using MagickReferenceDecoder everywhere, added ReferenceDecoderBenchmarks 8 years ago
Anton Firszov 1791e1af95 ImageMagick decoder works 8 years ago
James Jackson-South 34d1441892 Use SD, Better conversion and cleanup SD Bridge. 8 years ago
Anton Firszov e417ea275e rename namespace: SixLabors.ImageSharp.Memory -> SixLabors.Memory 8 years ago
Anton Firszov 86e6f863ea RENAME: MemoryManager -> MemoryAllocator 8 years ago
Anton Firszov de717cf94a normalize IBuffer2D<T> API 8 years ago
Anton Firszov 9fa1e3e4df add tolerance to comparison in tests 8 years ago
Anton Firszov a217e42a48 FillEllipticGradientBrushTests 8 years ago
Anton Firszov e3889ab972 introduce TestImageExtensions.VerifyOperation(), simplify FillRadialGradientBrushTests and output file names 8 years ago
Anton Firszov 6d94fd8ebe use FormattableString instead of string in tests 8 years ago
Anton Firszov 41dd980cea use FormattableString for .DebugSave(...) and .CompareToReferenceOutput(...) whenever possible 8 years ago
Anton Firszov a9816fd937 use overloading in ImageFrameCollection + more tests for API-s affected by the PR 8 years ago
Anton Firszov ef9b350b27 better FillSolidBrushTests + bugfix in FillProcessor 8 years ago
Anton Firszov 34ed38db88 assertions for SolidFillBlendedShapesTests 8 years ago
Anton Firszov 994f5fc4a1 "BlendedShapes" -> SolidFillBlendedShapesTests 8 years ago
Jason Nelson 53045ff357 Format tests 8 years ago
James Jackson-South 1e4b61db52 Ensure pixel is assigned and add encoded comparison and 8 years ago
Anton Firszov 1e72a33b8f higher tolerance for Resize and Filters 8 years ago
James Jackson-South b19471ab4a Overlays and base processors 8 years ago
Vicente Penades ced881cae9 removed ImageFormat redirect methods from Configuration. 8 years ago
Anton Firszov 5b9b27c8cb Temporary Vortex 8 years ago
Anton Firszov 52c482e1e9 build fix: MakeOpaque() 8 years ago