147 Commits (cf1c8f2ec0a4c6180450d55586b8b2a6f67df8e1)

Author SHA1 Message Date
Scott Williams 48c2a91336 Ensure extact half full renders a pixel 9 years ago
Scott Williams 1ab5511439 Offset pixel grid when rendering with anti-aliasing turned off 9 years ago
James Jackson-South 2f4e06cae8 Update dependencies, remove code duplication 9 years ago
James Jackson-South 55903a232c Update ImageSharp.Drawing 9 years ago
James Jackson-South 55d688387e Correctly handle negative x location. Fix #252 9 years ago
James Jackson-South 403b7759df Remove PixelAccessor and cleanup 9 years ago
Scott Williams 67cda9b4c8 refactor ImageFrameCollection for updated API 9 years ago
Scott Williams b4f0dd89f8 update dependencies to prevent stylecop.json being included in package 9 years ago
Scott Williams ce08d8b418 fix icon paths 9 years ago
Scott Williams 12ba5b02d2 update package dependencies to beta versions 9 years ago
Scott Williams 41b92dbde4 remove dubug if 9 years ago
Scott Williams 888e1f93c7 update shapes package to fix broken tests 9 years ago
Scott Williams 70e734a2d4 remove usage of Span<T> from public api surface 9 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 93a9b321fa remove Unsafe from namespace 9 years ago
Scott Williams 3b26e2e2a0 fix usage of GetPixelRowSpan(). 9 years ago
Scott Williams 7c6f399d2d internalise span apis from imagebase 9 years ago
JimBobSquarePants 7810b38826 Update all dependencies 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 65ffcd77b6 fix to allow interpackage nuget deps to use correct version number. 9 years ago
Scott Williams 696c48d02e fix some tests and updated packages 9 years ago
Scott Williams 872ca973de inital rename packages and namespaces 9 years ago
Scott Williams d12e1902af internalise cloning processor + rename context 9 years ago
Scott Williams 612b5e2e50 Renameing classes + simplifying Image<TPixel> 9 years ago
Scott Williams 523e779c7c Rename Generate -> Clone 9 years ago
Scott Williams 32c158898b migrate to a Image.Generate/Image.Mutate context api 9 years ago
Scott Williams c4aceae4a6 use buffer instead of array pool directly 9 years ago
Scott Williams 7f8d10c89a migrate to use primitives from SixLabors.Core 9 years ago
Scott Williams 3b9e332da3 update to latest Shapes release 9 years ago
Scott Williams 15dffecfc1 ensure we fill pixels even if start is smaller then minX 9 years ago
Scott Williams 7c81b0cc35 add draw text along path extension methods 9 years ago
Scott Williams dbd9f70cc8 switch constructor and field back to array 9 years ago
Scott Williams ba24d42d44 fix property accessor 9 years ago
Scott Williams 230e47991f migrate text glyph rendering to SixLabors.Shapes.Text 9 years ago
Scott Williams 54a641ba2e remove redundent code 9 years ago
Scott Williams 4ab9228508 replace outlineing logic with path generation. 9 years ago
James Jackson-South 83c915b504 Rectangle and RectangleF 9 years ago
James Jackson-South e768b09198 Internalize PixelAccessor 9 years ago
James Jackson-South 9984ffa348 Replace BufferSpan<T> with Span<T> 10 years ago
Scott Williams 65ecb53b6b Brush & Pen instead of Brush<T> & Pen<T> 10 years ago
James Jackson-South 1df28ae430 Bump version number 10 years ago
James Jackson-South 119c1bf70f Remove non-generic Image 10 years ago
Scott Williams c165c75ba5 expose TextAlignment for text drawing 10 years ago
Scott Williams 4b5efa0b77 fix alpha tests 10 years ago
Scott Williams acc0fa9711 blend functions everywhere. 10 years ago
Scott Williams 0e216e05b8 bump version number due to moving GraphicOptions 10 years ago