21 Commits (607cec8fdbc649906833f178fbf9fa06e6c360ee)

Author SHA1 Message Date
Vicente Penades b005d24789 rearranged DrawImage method arguments. Fixed tests accordingly 8 years ago
Vicente Penades 96d2f6ddcc Split PixelBlendMode enumeration into PixelColorBlendingMode and PixelAlphaCompositionMode 8 years ago
James Jackson-South 1da918033b No underscores! 8 years ago
James Jackson-South 0a6913e0c6 Simplify drawing namespaces. 8 years ago
Vicente Penades 4bc4ad64b8 Changed Pixel Blender/Composer generators to generate all combinations of ColorBlenders and AlphaComposers 8 years ago
Anton Firszov 85d7548049 rename namespace: SixLabors.ImageSharp.Memory -> SixLabors.Memory 8 years ago
Anton Firszov 6585f9551f RENAME: MemoryManager -> MemoryAllocator 8 years ago
James Jackson-South d02a2eb93f Blend => DrawImage 8 years ago
James Jackson-South 158791154c Fix test 8 years ago
James Jackson-South c9b5be772d Update tests to add reference comparisons 8 years ago
Anton Firszov 37e6c6aac8 turning PorterDuffOutputIsCorrect() into a [Theory] 8 years ago
James Jackson-South 99225bc589 Add basic comparision tests 8 years ago
James Jackson-South 82d5bc8640 Fix spelling 8 years ago
Anton Firszov bcb9c0057a passing MemoryManager to pixel blenders 8 years ago
Scott Williams 872ca973de inital rename packages and namespaces 9 years ago
Scott Williams 0384acb36f generate pixel blenders 9 years ago
James Jackson-South 9984ffa348 Replace BufferSpan<T> with Span<T> 9 years ago
Scott Williams 3f0cc9abf6 updates to comments and moved code 9 years ago
Scott Williams 14b39fd620 bulk blending tests 9 years ago
Scott Williams f624265c99 PorterDuff tests 9 years ago