2478 Commits (eafbcb4fd77bdde2e20f3210b2391ea1d488952e)

Author SHA1 Message Date
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 4152134a97 initial version for reading and writing ICC profiles 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 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
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
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
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 469d404944 drop callbacks 9 years ago
Anton Firszov deda531d10 introduced PinnedImageBuffer<T> 9 years ago
Anton Firszov 86043577e5 BufferPointer<T> became BufferSpan<T> 9 years ago
Scott Williams 026474dd7e code cleanup 9 years ago
Scott Williams 928ac5960a fixed comment 9 years ago
Scott Williams b0b9b02d1e fix comments 9 years ago
Scott Williams 39691519d9 fix pattern brushes 9 years ago
Scott Williams c9d40d7611 get x=>width y=>height the correct way around. 9 years ago
Scott Williams 1b7b6de072 implement real sub-pixel rendering 9 years ago
James Jackson-South 8c7cd87c1d Make QuantizePixel non-inheritable 9 years ago
James Jackson-South fe96988727 Make Fast2DArray internal 9 years ago
James Jackson-South ac6c5ef39b Bump version number 9 years ago
James Jackson-South be13c2a54c Internalize memory objects 9 years ago
James Jackson-South b839b2ce62 Make all processors internal 9 years ago
Scott Williams 241876c30d fixed header 9 years ago
Scott Williams 1ce4005e88 use callbacks instead of overrides 9 years ago
Anton Firszov 4b7fe28336 Fixed a bug: When a processor "did not cover" the whole output image, there were memory garbage artifacts in the background. 9 years ago
Anton Firszov bf2bcfa85b Implemented PinnedBuffer<T>.CreateClean() + format DrawText.cs 9 years ago
Scott Williams 29497ebe27 remove resetting stream position 9 years ago
Scott Williams 319ff46ea8 use correct configuration object 9 years ago
Scott Williams a5ef9520a2 ensure all save operations pass along IEncoderOptions 9 years ago
Scott Williams c3367c4d9c Add IFileSystem 9 years ago
Scott Williams 095c3fb5fb fix all instances of var 9 years ago
Scott Williams 4ab7d37e38 update sixlabors.* dependencies 9 years ago
James Jackson-South 27a952fb89 Bump version and fix metadata 9 years ago
James Jackson-South 73a88cf853 Move all drawing code into drawing project 9 years ago
James Jackson-South 5d82ed31c4 Remove unneeded package references from drawing. 9 years ago