2435 Commits (a478aed3933db3d707dee54f1727bc5ded96e2da)

Author SHA1 Message Date
Johannes Bildstein a38e1b0474 V2 profiles use TextDescription in a ProfileDescription 9 years ago
Johannes Bildstein d2586b8d8d add missing ICC V2 types (CRD Info, Screening, UCR/BG) 9 years ago
Johannes Bildstein 55c8f2b92c more consistent naming 9 years ago
Johannes Bildstein f149986319 change value type from double to float for Formula and Parametric curve 9 years ago
Johannes Bildstein 853189aa78 fix error where startIndex was ignored in To<Type> methods 9 years ago
James Jackson-South 8bf48021a9 Add Rgb color spaces 9 years ago
James Jackson-South 3d9ce7650c Use MathF 9 years ago
James Jackson-South 5899ceee8c Update to use MathsF 9 years ago
James Jackson-South db30cdd615 Add RGB working spaces 9 years ago
Anton Firszov f1517d2126 fixing #146 9 years ago
Johannes Bildstein 4ec0d1ee3c improve performance of EndianBitConverter and small formatting fixes 9 years ago
Scott Williams da1dffd5cc decoder configuration argument order 9 years ago
Scott Williams 79ca3c430f Increment version 9 years ago
Scott Williams c1a061194a Move config argument to be first argument 9 years ago
Scott Williams 0aa20b66e9 Move metadata loading into constructor/creator. 9 years ago
Scott Williams 2e4c1cd1b0 Clean up usings and add comments 9 years ago
Scott Williams 9ec4ae84bb make constructor public 9 years ago
James Jackson-South 86aed6fd33 Rename ColorConverter 9 years ago
Johannes Bildstein cab7ad1add fix formatting and documentation warnings 9 years ago
Johannes Bildstein 64bec0dc71 reading a whole profile returned an empty new profile 9 years ago
Johannes Bildstein ed8aa3aed5 writer length already includes header size 9 years ago
Johannes Bildstein 9e9e69ec19 allow setting the profile header 9 years ago
Johannes Bildstein efb45013ed add None and opposites and fix naming 9 years ago
Johannes Bildstein 0d3b8b35f5 wrong value written (X,X,X instead of X,Y,Z) 9 years ago
Johannes Bildstein b2ca934a03 type parameter was not assigned in constructor 9 years ago
Johannes Bildstein 3999e39b53 wrong length written (off by one) 9 years ago
Johannes Bildstein 1064bfb90f conflict when writing spaces or ensuring null terminator 9 years ago
Johannes Bildstein 0781c7ddfd secure writing strings against invalid parameters 9 years ago
Johannes Bildstein e196619cc6 more consistent naming 9 years ago
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