11 Commits (35955cf1a8a287cba324ec769ad95364b71c8722)

Author SHA1 Message Date
Anton Firszov 17a4d91b82 clean-up drawing processors 7 years ago
Anton Firszov 0e2c53e5ed Pen, Brush & Processors refactored 7 years ago
Anton Firszov 4da33609f8 ParallelHelper -> FillProcessor 8 years ago
Anton Firszov 7277ca2a29 DrawImageProcessor + formatting 8 years ago
Vicente Penades 3eb0a73081 Refactored IsSolidBrushWithoutBlending into GraphicsOptions so it can be called from more places, and also allows for specific tests. 8 years ago
Vicente Penades 96d2f6ddcc Split PixelBlendMode enumeration into PixelColorBlendingMode and PixelAlphaCompositionMode 8 years ago
Anton Firszov 61e2a8d92b Replace Configuration.ParallelOptions with Configuration.MaxDegreeOfParallelism 8 years ago
Anton Firszov 9e856a23cc Move ImageSharp-specific memory primitives and utils to SixLabors.ImageSharp.Memory 8 years ago
Anton Firszov 12bcdbb49a replace IBuffer<T> with IMemoryOwner<T> 8 years ago
James Jackson-South 0a6913e0c6 Simplify drawing namespaces. 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
Anton Firszov e610fd0f7a Change IBuffer<T>.Span to IBuffer<T>.GetSpan() to match System.Buffers.MemoryManager<T> API 8 years ago
Anton Firszov 9499d8ae00 minor code cleanup in FillProcessor.cs 8 years ago
Anton Firszov aaa15ed835 better FillSolidBrushTests + bugfix in FillProcessor 8 years ago
woutware e7f125d5fe Processed Scott's review comment. 8 years ago
woutware d7497abaf4 Oops, should be W instead of Z ofcourse. 8 years ago
woutware 3feccfa6ff Added fast path for SolidBrush in FillProcessor. 8 years ago
James Jackson-South 6ec2a26982 Overlays => Drawing 8 years ago
James Jackson-South 4573913520 Move drawing files into structured folders 8 years ago
James Jackson-South 4bc09cf794 Quantizer 8 years ago
James Jackson-South 13fa40874e Binarization, Convolution, DIthering, Effects & Filters 8 years ago
Anton Firszov caf1ad05a2 MemoryManager returns IBuffer<T> now 8 years ago
Anton Firszov 7881fdd341 Hide Buffer<T> indexer + !! WuQuantizer review in comments !! 8 years ago
Lauri Kotilainen 8d44ae346e - Explicitly pass MemoryManager to the places that 8 years ago
Lauri Kotilainen 61b61709a9 - Allocate Buffers from memory manager 8 years ago
Scott Williams b289ce752a pass configuation into processors 9 years ago
Scott Williams 7cc254efb1 fix stylecop issues 9 years ago
Scott Williams 74f05629b8 fix frame double processing 9 years ago
Scott Williams ec2503c2e4 wip - pixel data only on image frames 9 years ago
Scott Williams bc6f6d61a6 cleanup drawing namespace 9 years ago
James Jackson-South 5edcbb5b47 Remove ParallelOptions from IImageProcessor 9 years ago
Scott Williams 872ca973de inital rename packages and namespaces 9 years ago
Scott Williams 7f8d10c89a migrate to use primitives from SixLabors.Core 9 years ago
James Jackson-South e768b09198 Internalize PixelAccessor 9 years ago
James Jackson-South 9984ffa348 Replace BufferSpan<T> with Span<T> 9 years ago
Scott Williams acc0fa9711 blend functions everywhere. 9 years ago
Scott Williams 0d8eb2032c initial blender implementations 9 years ago
James Jackson-South 7d2fe2c7e5 Move IPixel types to PixelFormat namespace 9 years ago
James Jackson-South fff223ef07 Rename TColor to TPixel 9 years ago
James Jackson-South b839b2ce62 Make all processors internal 9 years ago
James Jackson-South 73a88cf853 Move all drawing code into drawing project 9 years ago
Scott Williams 3b59b02488 consolidate packages 9 years ago
Anton Firszov 1125edcef8 IPixel 9 years ago
Scott Williams b8de058453 added IRegion and droped use of vectors in brushes 9 years ago
Scott Williams df0775b732 code cleanup and comments 10 years ago
Scott Williams 9ae9041c8d use abstract base class instead of interface 10 years ago
Scott Williams 11236a55f6 Put processors folder/namespace back 10 years ago
Scott Williams 8a916f453d fix namespaces 10 years ago
Scott Williams 7570c3a278 migrate processors 10 years ago