136 Commits (6f4144cff1af478a2a3dbcc453d011c34e9ffb51)

Author SHA1 Message Date
Scott Williams b66ac8d560 remove dubug if 9 years ago
Scott Williams 650986fea9 update shapes package to fix broken tests 9 years ago
Scott Williams fac95ccc2b remove usage of Span<T> from public api surface 9 years ago
Scott Williams 09a667d3a5 pass configuation into processors 9 years ago
Scott Williams 05bb7c2c18 fix stylecop issues 9 years ago
Scott Williams d8a8211417 fix frame double processing 9 years ago
Scott Williams 07e9f23dec wip - pixel data only on image frames 9 years ago
Scott Williams 5adcfdb653 remove Unsafe from namespace 9 years ago
Scott Williams ff3e372e26 fix usage of GetPixelRowSpan(). 9 years ago
Scott Williams 1a3859159e internalise span apis from imagebase 9 years ago
JimBobSquarePants ca5683716b Update all dependencies 9 years ago
Scott Williams 281c7366cb cleanup drawing namespace 9 years ago
James Jackson-South 1975c11dd6 Remove ParallelOptions from IImageProcessor 9 years ago
Scott Williams 6a14be41cb fix to allow interpackage nuget deps to use correct version number. 9 years ago
Scott Williams 3653f1f3c5 fix some tests and updated packages 9 years ago
Scott Williams 94c60cb338 inital rename packages and namespaces 9 years ago
Scott Williams 7635558f9b internalise cloning processor + rename context 9 years ago
Scott Williams ab30013d63 Renameing classes + simplifying Image<TPixel> 9 years ago
Scott Williams a61fcc95d9 Rename Generate -> Clone 9 years ago
Scott Williams f026778e47 migrate to a Image.Generate/Image.Mutate context api 9 years ago
Scott Williams 5c78cf7f6e use buffer instead of array pool directly 9 years ago
Scott Williams 64f18bc298 migrate to use primitives from SixLabors.Core 9 years ago
Scott Williams e3e1857e0e update to latest Shapes release 9 years ago
Scott Williams 46b2075ca5 ensure we fill pixels even if start is smaller then minX 9 years ago
Scott Williams bc172ba12f add draw text along path extension methods 9 years ago
Scott Williams 86279d7c3a switch constructor and field back to array 9 years ago
Scott Williams bb195ba9b4 fix property accessor 9 years ago
Scott Williams 953bbe9b36 migrate text glyph rendering to SixLabors.Shapes.Text 9 years ago
Scott Williams 7a2fb2e8c6 remove redundent code 9 years ago
Scott Williams 11d04cfddc replace outlineing logic with path generation. 9 years ago
James Jackson-South 05716295ff Rectangle and RectangleF 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 c12c45737e Brush & Pen instead of Brush<T> & Pen<T> 9 years ago
James Jackson-South b96e005cf9 Bump version number 9 years ago
James Jackson-South 450987dc00 Remove non-generic Image 9 years ago
Scott Williams 33a208e1e9 expose TextAlignment for text drawing 9 years ago
Scott Williams 14e463daf7 fix alpha tests 9 years ago
Scott Williams 3671d9b906 blend functions everywhere. 9 years ago
Scott Williams 2b80fe7a82 bump version number due to moving GraphicOptions 9 years ago
Scott Williams d56e658854 updates to comments and moved code 9 years ago
Scott Williams 0d56504f28 revent solid color brush 9 years ago
Scott Williams 4a5a7dbc74 remove unused processor 9 years ago
Scott Williams ad1bb5dbee migrate blenders to PorterDuff 9 years ago
Scott Williams 472bb85030 initial blender implementations 9 years ago
Vicente Penades e8d0552aba fixed stylecop 9 years ago
Vicente Penades a0a8ebacea Added Image drawing functions to use general porter duff modes 9 years ago
James Jackson-South 3e5c8f7b5d Move IPixel types to PixelFormat namespace 9 years ago
James Jackson-South cb1ad34ba8 Bump alpha version 9 years ago
James Jackson-South eceb889758 Rename TColor to TPixel 9 years ago