157 Commits (1e78de07f9babf4180cd7385a6e96f22092008ba)

Author SHA1 Message Date
Anton Firszov 8e7aef62a7 MemoryManager-s should provide their own IBuffer<T> implementations 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
Anton Firszov 6a2bd3d617 introducing FakeBuffer<T> workaround 8 years ago
Anton Firszov 27dade8d33 dropping MemoryManager ctr. argument: 8 years ago
Lauri Kotilainen 3562d9bd8f - Removing more usages of ArrayPool 8 years ago
Lauri Kotilainen bf8bd6832f - Code style fixes 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 48c2a91336 Ensure extact half full renders a pixel 8 years ago
Scott Williams 1ab5511439 Offset pixel grid when rendering with anti-aliasing turned off 8 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