36 Commits (f30e22fe1bba5d5feaef81eb02027a3dbf0d9bc0)

Author SHA1 Message Date
James Jackson-South ffe2d6995b Update license 6 years ago
James Jackson-South 4e3dce1e95 Update source license info. 6 years ago
Sergio Pedri 5cccfbcacd Switched pixel format type constraint to unmanaged 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
Anton Firszov a2e22a8299 update xunit & workaround conversion issues 6 years ago
James Jackson-South 7d028001bf Convert options into classes. 7 years ago
Simon Cropp 6f1134102c Cleanup (#965) 7 years ago
Simon Cropp aac8eae64a fix some spelling (#962) 7 years ago
Simon Cropp edeaf7d9a6 redundant usings (#960) 7 years ago
James Jackson-South 7196b43fb7
Master cleanup (#952) 7 years ago
Anton Firszov 52c4a3d417 fix Image.FromStream() + add tests 7 years ago
Anton Firszov ca60ecf7f4 pass Configuration to Vector4 converters in PixelOperations 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 29c01dab6c No underscores! 8 years ago
James Jackson-South d6944d5a6a Simplify drawing namespaces. 8 years ago
Vicente Penades be1e555a60 Changed Pixel Blender/Composer generators to generate all combinations of ColorBlenders and AlphaComposers 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
James Jackson-South c101fd7c26 Blend => DrawImage 8 years ago
James Jackson-South 4b1d226430 Fix test 8 years ago
James Jackson-South 2b36c6ab00 Update tests to add reference comparisons 8 years ago
Anton Firszov efb985e1da turning PorterDuffOutputIsCorrect() into a [Theory] 8 years ago
James Jackson-South 4059448dc6 Add basic comparision tests 8 years ago
James Jackson-South fc06762f4e Fix spelling 8 years ago
Anton Firszov a85cc516c3 passing MemoryManager to pixel blenders 8 years ago
Scott Williams 94c60cb338 inital rename packages and namespaces 9 years ago
Scott Williams e111974e3e generate pixel blenders 9 years ago
James Jackson-South b980703b02 Replace BufferSpan<T> with Span<T> 9 years ago
Scott Williams d56e658854 updates to comments and moved code 9 years ago
Scott Williams 2d90943ae4 bulk blending tests 9 years ago
Scott Williams bfed55d4a1 PorterDuff tests 9 years ago