1854 Commits (063064f0b5bbdb84cd4ac8cea6f3506ea1306442)

Author SHA1 Message Date
Johannes Bildstein 063064f0b5 remove unnecessary enum 9 years ago
Johannes Bildstein 3cb588d673 add missing documentation for enums 9 years ago
Johannes Bildstein ef76a5e233 more consistent enum member naming 9 years ago
Johannes Bildstein dbbc8b3357 matrix cannot be null 9 years ago
Johannes Bildstein 378b8ba055 use Equals instead of == where necessary 9 years ago
Johannes Bildstein 9067dcf760 lazy load ICC profile 9 years ago
Johannes Bildstein 45d96d7bf1 add missing Guard.NotNull checks 9 years ago
Johannes Bildstein b176d1a68a fix wrong usage of Guard.IsTrue/IsFalse 9 years ago
Johannes Bildstein 1656d17c59 use an enum instead of ushort for IccParamtricCurve.Type 9 years ago
Johannes Bildstein 137d6c9eed use an enum instead of ushort for IccFormulaCurveElement.Type 9 years ago
Johannes Bildstein 97a20d3758 consistent method naming (Ascii, not ASCII) 9 years ago
Johannes Bildstein d7fa2978e7 use Encoding.GetEndocing("ASCII") instead of Endocing.UTF8 9 years ago
Johannes Bildstein ad4a481530 initial version for reading and writing ICC profiles 9 years ago
James Jackson-South c0e9825c89 Fix whitespace and ignore naming warning 9 years ago
James Jackson-South be197bd5b6 Add ICC profile and data tags 9 years ago
Anton Firszov cd1e7b3b97 weight printing experiments, minor changes, comments 9 years ago
Anton Firszov 7ced8f07c6 make it parallel again! 9 years ago
Anton Firszov cd4fb809ce improved, sequential ResizeProcessor 9 years ago
Anton Firszov a0a67ddf35 merged ResizeProcessor and CompandingResizeProcessor 9 years ago
Anton Firszov c523077d0a more refactor on Weights stuff 9 years ago
Anton Firszov 378c234886 refactor ResamplingWeightedProcessor.Weights 9 years ago
Anton Firszov 8b91c02a27 PinnedBuffer<T> and PinnedImageBuffer<T> indexers 9 years ago
Anton Firszov e2d780107c BufferSpan ref indexer + Fix Drawing usages 9 years ago
Scott Williams 4e3b3b6ab1 Improve test coverage 9 years ago
Scott Williams 13a5d8edf5 remove redundant SaveInternal 9 years ago
Scott Williams 838ec08700 fix broken comment 9 years ago
Scott Williams a6e4de8d56 add guards to verify scanlineBuffer size 9 years ago
Scott Williams b9545631c1 drop callbacks 9 years ago
Anton Firszov fa40b26216 introduced PinnedImageBuffer<T> 9 years ago
Anton Firszov b2fb41fab5 BufferPointer<T> became BufferSpan<T> 9 years ago
Scott Williams 34b09eb099 code cleanup 9 years ago
Scott Williams 0e75d2db99 fixed comment 9 years ago
Scott Williams d757809bcf fix comments 9 years ago
Scott Williams 44d2736b8f fix pattern brushes 9 years ago
Scott Williams 97f5f3e408 get x=>width y=>height the correct way around. 9 years ago
Scott Williams 0a81f28c40 implement real sub-pixel rendering 9 years ago
James Jackson-South 53ca3d5de1 Make QuantizePixel non-inheritable 9 years ago
James Jackson-South 24caf763d7 Make Fast2DArray internal 9 years ago
James Jackson-South c9ef65c6b4 Bump version number 9 years ago
James Jackson-South 56be333c0a Internalize memory objects 9 years ago
James Jackson-South 58bd379394 Make all processors internal 9 years ago
Scott Williams 7de5545da1 fixed header 9 years ago
Scott Williams 6f4d716884 use callbacks instead of overrides 9 years ago
Anton Firszov 1c841b731f 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 02db976b95 Implemented PinnedBuffer<T>.CreateClean() + format DrawText.cs 9 years ago
Scott Williams d610a8536c remove resetting stream position 9 years ago
Scott Williams 91c1a8f51a use correct configuration object 9 years ago
Scott Williams b919105f16 ensure all save operations pass along IEncoderOptions 9 years ago
Scott Williams 418218a06b Add IFileSystem 9 years ago
Scott Williams e29f3eadd9 fix all instances of var 9 years ago