3912 Commits (2d0bdfd97a74c288c86abf7bfb5327cbea88a8fe)
 

Author SHA1 Message Date
Johannes Bildstein 65e312fc3e remove unnecessary enum 9 years ago
Johannes Bildstein ff1d466375 add missing documentation for enums 9 years ago
Scott Williams 8847f12913 Default text drawing at an image dpi independent size 9 years ago
Johannes Bildstein 75354a3160 more consistent enum member naming 9 years ago
Johannes Bildstein bd4d379d1f matrix cannot be null 9 years ago
Johannes Bildstein 32bbbffb5c use Equals instead of == where necessary 9 years ago
Johannes Bildstein bb8ceb7d25 lazy load ICC profile 9 years ago
Johannes Bildstein 2f9fe104ef add missing Guard.NotNull checks 9 years ago
Johannes Bildstein 22ffa1193a fix wrong usage of Guard.IsTrue/IsFalse 9 years ago
Johannes Bildstein 2cfeccfc2a use an enum instead of ushort for IccParamtricCurve.Type 9 years ago
Johannes Bildstein 187fe8bbef use an enum instead of ushort for IccFormulaCurveElement.Type 9 years ago
Johannes Bildstein 8da00e38f0 consistent method naming (Ascii, not ASCII) 9 years ago
Johannes Bildstein fca1aa2c6f use Encoding.GetEndocing("ASCII") instead of Endocing.UTF8 9 years ago
Scott Williams 122ebccdc2 scan to end of line even if longer 9 years ago
Scott Williams b028126fe3 reduce range check 9 years ago
Scott Williams 9b33d8b715 add range checks 9 years ago
Johannes Bildstein c2e98fc987 Merge branch 'feature/icc' of https://github.com/JimBobSquarePants/ImageSharp into feature/icc 9 years ago
Johannes Bildstein 4152134a97 initial version for reading and writing ICC profiles 9 years ago
Scott Williams acd51cc64f fix test filesystem to prevent it breaking existing tests 9 years ago
Scott Williams cc32d2d398 pass configuration & ensure only single image created 9 years ago
Scott Williams 23f2e79ea3 remove decode metadata only 9 years ago
Scott Williams 78334dd86f Add IImageDecoder overloads 9 years ago
James Jackson-South a93d31e4f6 Merge remote-tracking branch 'refs/remotes/origin/master' into feature/icc 9 years ago
James Jackson-South de7a0d79b5 Fix whitespace and ignore naming warning 9 years ago
Scott Williams 1f9f0c9f82 fix parameter names 9 years ago
Scott Williams 177064f05a Move image loading out of constructors and into static methods 9 years ago
Anton Firsov 5f052c36fb Merge pull request #141 from JimBobSquarePants/speedup-resize 9 years ago
James Jackson-South 570f5de673 Add ICC profile and data tags 9 years ago
Anton Firszov 3d7b740839 weight printing experiments, minor changes, comments 9 years ago
Scott Williams bb670e9439 fix symbols server url 9 years ago
Dirk Lemstra 409c25cd4c Update README.md 9 years ago
Scott Williams e9c4e674fe Merge pull request #135 from JimBobSquarePants/IFileSystem 9 years ago
Anton Firszov ded94ab8b9 IterateArray benchmark 9 years ago
Anton Firszov e09450250c fixed PinnedImageBufferTests.GetRowSpanY() 9 years ago
Anton Firszov 2509d4138a moved ResizeProfilingBenchmarks 9 years ago
Anton Firszov 3502db1f48 make it parallel again! 9 years ago
Anton Firszov 1042a97b72 improved, sequential ResizeProcessor 9 years ago
Anton Firszov 740411a684 merged ResizeProcessor and CompandingResizeProcessor 9 years ago
Anton Firszov b9fc389402 more refactor on Weights stuff 9 years ago
Anton Firszov d983797baa refactor ResamplingWeightedProcessor.Weights 9 years ago
Anton Firszov 24e1334d72 PinnedBuffer<T> and PinnedImageBuffer<T> indexers 9 years ago
Anton Firszov 847ed5ed98 BufferSpan ref indexer + Fix Drawing usages 9 years ago
Anton Firszov af48f46976 Merge remote-tracking branch 'origin/master' into speedup-resize 9 years ago
Scott Williams c0c10aeb2d skip building branches with a PR open 9 years ago
Scott Williams 857dbbd035 Merge pull request #140 from JimBobSquarePants/tocsoft/subpixel-rendering 9 years ago
Scott Williams d0c0dee582 Improve test coverage 9 years ago
Scott Williams 2add6f92ae remove redundant SaveInternal 9 years ago
Scott Williams e72f6fb1ba fix broken comment 9 years ago
Scott Williams 7eea486a69 add guards to verify scanlineBuffer size 9 years ago
Scott Williams f4b913b4a8 Merge remote-tracking branch 'remotes/origin/master' into IFileSystem 9 years ago