16 Commits (64f18bc2982537af3284f1a166ae20124c1e65d9)

Author SHA1 Message Date
Scott Williams 64f18bc298 migrate to use primitives from SixLabors.Core 9 years ago
James Jackson-South cc87885d83 Internalize PixelAccessor 9 years ago
James Jackson-South b980703b02 Replace BufferSpan<T> with Span<T> 9 years ago
Scott Williams 3671d9b906 blend functions everywhere. 9 years ago
Scott Williams 472bb85030 initial blender implementations 9 years ago
James Jackson-South 3e5c8f7b5d Move IPixel types to PixelFormat namespace 9 years ago
James Jackson-South eceb889758 Rename TColor to TPixel 9 years ago
James Jackson-South 58bd379394 Make all processors internal 9 years ago
James Jackson-South 3eda81fb0f Move all drawing code into drawing project 9 years ago
Scott Williams 509eaf12d5 consolidate packages 9 years ago
Anton Firszov be4c189533 IPixel 9 years ago
Scott Williams 4e745d7280 added IRegion and droped use of vectors in brushes 9 years ago
Scott Williams 086115fd78 code cleanup and comments 9 years ago
Scott Williams d07e0885db use abstract base class instead of interface 9 years ago
Scott Williams 734b33b69e Put processors folder/namespace back 9 years ago
Scott Williams 0b2e792f26 fix namespaces 9 years ago
Scott Williams b0985ddb0e migrate processors 9 years ago
Scott Williams 85061df804 Split Drawing from Core 9 years ago
James Jackson-South 171a38a0fa Fix Tests 9 years ago
Scott Williams 5bcc92cbde Add a recolor brush 10 years ago
James Jackson-South 99fed3ff36 Merging into master 10 years ago
James Jackson-South 3863f69bff Remove TPacked from generic signature 10 years ago
James Jackson-South 77f9bdecae Update TPacked signature 10 years ago
Scott Williams b9a63120c1 Add drawing methods. 10 years ago
James Jackson-South cf63963a80 Simplify filter API further 10 years ago
James Jackson-South 2e3c485c2a Fix blending on #14 10 years ago
James Jackson-South 858b6ac7ab Normalize naming and organize locations 10 years ago
dirk 009340228f Fixed reference in comments. 10 years ago
dirk 4f08406452 Changed PixelAccessor to use IPackedPixel<TPacked>. 10 years ago
James Jackson-South 2b2ec84e9c Rename to ImageSharp 10 years ago
dirk cf542ef1ec Enforce struct on TColor 10 years ago
James Jackson-South d949ab0f26 Revert "Enforce struct on TColor" 10 years ago
James Jackson-South c6a36c9427 Enforce struct on TColor 10 years ago
James Jackson-South 2b5424327c Remove progress event handler. 10 years ago
James Jackson-South cd97b2308e Don't create a copy if you dont need to. 10 years ago
James Jackson-South ccc13bbac3 Revert Unsafe.Copy and cleanup 10 years ago
James Jackson-South 5e9ce77841 Use PixelAcessor<TColor, TPacked> #457 10 years ago
James Jackson-South 4516432915 Sanitation, performance, vignette, and glow 10 years ago
James Jackson-South e70f07426e Add setter to IPackedVector<TP> 10 years ago
James Jackson-South 01ff266e7e Use processor specific parallel options. 10 years ago
James Jackson-South a8af901bf9 BackgroundColor 10 years ago
James Jackson-South c1cea3b06e Trim back to basics 10 years ago
James Jackson-South d6db0366fc Remove task splitting code. 10 years ago
James Jackson-South 53199d0592 Fix namespaces 10 years ago
James Jackson-South 3dbad0c44a Use PixelAccessor 10 years ago
James Jackson-South b79435b6c5 Fix naming. Apologies to all who have forked. 10 years ago
James Jackson-South f2d1c8ad5d Rename to Core 10 years ago
James Jackson-South f401a21eff Rename to Core 10 years ago
voidstar69 cabef610f4 Updated every filter and sampler to call ParallelImageProcessor.OnRowProcessed to enabled progress notifications for client code 10 years ago
voidstar69 116fc1172b Updated every filter and sampler to call ParallelImageProcessor.OnRowProcessed to enabled progress notifications for client code 10 years ago