144 Commits (22151ad44accdab6d181ef4254314511be6a32d3)

Author SHA1 Message Date
James Jackson-South 22151ad44a Normalize GraphicsOptions parameter position 7 years ago
James Jackson-South 2a15aaca16 Drop Default, use DeepClone + tests 7 years ago
James Jackson-South ebe0ca7bc6 Simplify options and add clone + tests 7 years ago
James Jackson-South 0bdf30674d Fix MemoryAllocator access. 7 years ago
James Jackson-South 7d028001bf Convert options into classes. 7 years ago
James Jackson-South c85e131487 Fix #1044 7 years ago
James Jackson-South 6268dcd75b Fix float clamp accessibility. 7 years ago
James Jackson-South 516f6df6f5 Fix ImageFrame.Configuration 7 years ago
James Jackson-South 22cc449d3e Fix span access 7 years ago
James Jackson-South 096d523a13 Fix color and pixel operations. Touches #967 #1002 7 years ago
Anton Firszov 7c45f467d5 expose ParallelExecutionSettings and ParallelHelper, fix MaxDegreeOfParallelism 7 years ago
Anton Firszov 88de2d9048 publish ParallelHelper and RowInterval API-s 7 years ago
James Jackson-South 1796862302 Make processors public, refactor cloning. 7 years ago
James Jackson-South f5c9814a00 Expose visitor through advanced namespace. 7 years ago
Xavier Cho 1eea497e74 Accept points instead of line segments as constructor argument 7 years ago
Turnerj bec033603e Fix horizontally out-of-bounds error when drawing text 7 years ago
Xavier Cho 6842408316 Ignore invalid gradient positions rather than throwing an error 7 years ago
Xavier Cho 1314d001f2 Remove a redundant check for the paint boundary 7 years ago
Simon Cropp b6fcda1dce remove patternVector in patternBrush 7 years ago
Xavier Cho 43d8241641 Implement gradient brush similar to PathGradientBrush (#969) (#989) 7 years ago
Sergio Pedri 13989ac126 Processors refactoring (#983) 7 years ago
Simon Cropp 91a4ed96a1
remove patternVector in patternBrush 7 years ago
Simon Cropp 564348631f use var where apparent (#972) 7 years ago
Simon Cropp 6f1134102c Cleanup (#965) 7 years ago
Jason Heard 724c26a50d Add possible fix 7 years ago
Simon Cropp edeaf7d9a6 redundant usings (#960) 7 years ago
Simon Cropp 2734847e2e fix some spelling (#957) 7 years ago
James Jackson-South 7196b43fb7
Master cleanup (#952) 7 years ago
Anton Firsov b00b949141 API cleanup (related to #907) (#911) 7 years ago
Anton Firszov 51e23eb7d8 Remove NamedColors<T> usages 7 years ago
Anton Firszov d2ea0056c4 fix remaining stylecop issues 7 years ago
Anton Firszov b7dadca8b0 clean-up drawing processors 7 years ago
Anton Firszov 0bd86ddcb6 non-generic DrawImageProcessor 7 years ago
Anton Firszov efaa3c05ed ImageBrush can apply a source image of a different pixel type than the target 7 years ago
Anton Firszov c07bd2fd97 rename files 7 years ago
Anton Firszov f7df30f58c move drawing extensions to a (non-namespace-provider) subfolder 7 years ago
Anton Firszov f0b70b63ef tests are passing 7 years ago
Anton Firszov b902e6c99c ImageSharp.Drawing compiles 7 years ago
Anton Firszov 73f9116a46 Pen, Brush & Processors refactored 7 years ago
Anton Firszov 2bff82367c started the refactor 7 years ago
Anthony Truskinger ff269db0bd Now throws a better excpetion DrawImage source does not overlap target (#877) 7 years ago
BorisTheBrave 02d04c81db ImageBrush shouldn't Dispose of the image it is using. (#883) 7 years ago
James Jackson-South 0a78af5bdb
Cleanup General Convolution (#887) 7 years ago
Poyo 0dfa2f9f98 Change existing gradient brushes to accept PointF (#865) 7 years ago
Poyo a7f9a8e9e1 Fix incorrect gradient color-stop calculation (#864) 7 years ago
Curtis Wensley 8073404c77 Check for solid brush outside of loops 8 years ago
Curtis Wensley 0ac969a711 Optimize filling a region with a solid brush when antialias is off 8 years ago
Peter Amrehn df155496b7 inline variable 8 years ago
Peter Amrehn 9e006c734e fix typos in comments 8 years ago
Anton Firszov 381f83d543 Improve text rendering accuracy 8 years ago