2578 Commits (75bf4d6d728450220f372e0f38d90f765bc8f6dc)

Author SHA1 Message Date
Johannes Bildstein fea94fd425 used wrong type in Equals 9 years ago
Scott Williams 1da6833a2a fix stylecop issues 9 years ago
Scott Williams e6e97ed404 Add image comparer test helper 9 years ago
James Jackson-South 4c06bd3b1d Add XYZ, Lab, and Lms colorspaces 9 years ago
James Jackson-South b3cbbf2b4c Remove all current colorspaces 9 years ago
James Jackson-South 2c533a1794 Remove regions 9 years ago
Johannes Bildstein fc6a0af074 fix incorrect comparison 9 years ago
Johannes Bildstein 50366a1868 use identity matrix instead of null 9 years ago
Johannes Bildstein 022bd75c2d remove unused size parameter 9 years ago
Johannes Bildstein 1e200666af remove unused field 9 years ago
Johannes Bildstein 838e284f99 used wrong comparison 9 years ago
Johannes Bildstein 5cf24fa844 more consistent naming 9 years ago
Johannes Bildstein 5033bb8e74 more consistent naming 9 years ago
Johannes Bildstein efd21c167e add IEquatable interface for own type not just the inherited 9 years ago
Johannes Bildstein 728c92001d add missing copyright notice to curve types 9 years ago
Johannes Bildstein 6350f725d6 split DataReaderWriter into multiple files 9 years ago
Johannes Bildstein c71b5a4762 used wrong bit positions 9 years ago
Johannes Bildstein b4589e903d remove direct read/write, wrong thinking 9 years ago
Johannes Bildstein 87caee827a fix reading version number 9 years ago
Johannes Bildstein c02c8fe5a9 don't allow reading negative length strings 9 years ago
Johannes Bildstein 063064f0b5 remove unnecessary enum 9 years ago
Johannes Bildstein 3cb588d673 add missing documentation for enums 9 years ago
Scott Williams 422ff51502 Default text drawing at an image dpi independent size 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
Scott Williams 69daa8464a scan to end of line even if longer 9 years ago
Scott Williams 3db50fea44 reduce range check 9 years ago
Scott Williams 152e71135c add range checks 9 years ago
Johannes Bildstein ad4a481530 initial version for reading and writing ICC profiles 9 years ago
Scott Williams 53bba0269a pass configuration & ensure only single image created 9 years ago
Scott Williams cfce9d2efc remove decode metadata only 9 years ago
Scott Williams 1343c78411 Add IImageDecoder overloads 9 years ago
James Jackson-South c0e9825c89 Fix whitespace and ignore naming warning 9 years ago
Scott Williams 04dd705664 fix parameter names 9 years ago
Scott Williams a3185fd6e7 Move image loading out of constructors and into static methods 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