185 Commits (00c664969816ba221682152a7b26a020c638c666)

Author SHA1 Message Date
James Jackson-South 6cdb7fae92 Delete merge conflict backup file. 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
woutware 8fc424a38a Minor performance refactorings. 8 years ago
Jason Nelson 1b055b8ae4 Update all projects to use C# 7.2 8 years ago
Anton Firszov 29d6291fd6 update external dependencies + fix RectangularPolygon usages 8 years ago
James Jackson-South 2fd13ee349 Fix logo and links 8 years ago
James Jackson-South d02a2eb93f Blend => DrawImage 8 years ago
James Jackson-South 4725586b24 Add params 8 years ago
James Jackson-South f53097a6cf Move GraphicsOptions parameter 8 years ago
James Jackson-South 6ec2a26982 Overlays => Drawing 8 years ago
James Jackson-South 563077d87d Combine drawing methods to new Overlays namespace. 8 years ago
James Jackson-South 4573913520 Move drawing files into structured folders 8 years ago
James Jackson-South 8bda02579f Refactor Image, ImageFrame + IImage 8 years ago
James Jackson-South 4bc09cf794 Quantizer 8 years ago
James Jackson-South 22ee2bb1a4 Replace Fast2DArray with DenseMatrix 8 years ago
James Jackson-South 13fa40874e Binarization, Convolution, DIthering, Effects & Filters 8 years ago
Anton Firszov 59f1f0fc05 Temporary Vortex 8 years ago
Anton Firszov 6d3b857640 review cleanup 8 years ago
Anton Firszov 3f4cdf1685 build fix after merge 8 years ago
James Jackson-South 2fc6d4991e Remove Size parameter and minor transform cleanup. 8 years ago
James Jackson-South 1157dbe5be Remove Clone from DrawImage to reduce memory consumption 8 years ago
Anton Firszov bcb9c0057a passing MemoryManager to pixel blenders 8 years ago
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 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