3534 Commits (12f0786785e7fb4e31dc7d463a28ca67586510cd)
 

Author SHA1 Message Date
James Jackson-South 12f0786785 Rename ColorConverter 10 years ago
Johannes Bildstein df77cd39ca fix formatting and documentation warnings 10 years ago
Johannes Bildstein f94bafca1a Merge branch 'feature/icc' of https://github.com/JimBobSquarePants/ImageSharp into feature/icc 10 years ago
Johannes Bildstein d354fd41cd add tests and test data for ICC reading/writing 10 years ago
Johannes Bildstein 35e671bce2 reading a whole profile returned an empty new profile 10 years ago
Johannes Bildstein 4e274c61a6 writer length already includes header size 10 years ago
Johannes Bildstein 33f89f5eb3 allow setting the profile header 10 years ago
Johannes Bildstein cc014b9f1b add None and opposites and fix naming 10 years ago
Johannes Bildstein 78ef826ec5 wrong value written (X,X,X instead of X,Y,Z) 10 years ago
Johannes Bildstein 8931b99af4 type parameter was not assigned in constructor 10 years ago
Johannes Bildstein 63e8f2d0c1 wrong length written (off by one) 10 years ago
Johannes Bildstein fe9dcb7889 conflict when writing spaces or ensuring null terminator 10 years ago
Johannes Bildstein f528ec47fa secure writing strings against invalid parameters 10 years ago
Johannes Bildstein ac7662378b more consistent naming 10 years ago
Johannes Bildstein 2b76d7a675 used wrong type in Equals 10 years ago
James Jackson-South 9089b88592 Add XYZ, Lab, and Lms colorspaces 10 years ago
James Jackson-South 0be847e373 Remove all current colorspaces 10 years ago
James Jackson-South afd31d45be Remove regions 10 years ago
Johannes Bildstein 310a28bea7 fix incorrect comparison 10 years ago
Johannes Bildstein afbea7728a use identity matrix instead of null 10 years ago
Johannes Bildstein 89a9090827 remove unused size parameter 10 years ago
Johannes Bildstein 82115053f5 remove unused field 10 years ago
Johannes Bildstein 58ed1cd36e used wrong comparison 10 years ago
Johannes Bildstein 81b571f9eb more consistent naming 10 years ago
Johannes Bildstein 04b94c90a0 more consistent naming 10 years ago
Johannes Bildstein 2879fa7905 add IEquatable interface for own type not just the inherited 10 years ago
Johannes Bildstein 4eeb0365d9 add missing copyright notice to curve types 10 years ago
Johannes Bildstein 9d95f446c6 split DataReaderWriter into multiple files 10 years ago
Johannes Bildstein 1e95f7a5fe used wrong bit positions 10 years ago
Johannes Bildstein 19eb3404e5 remove direct read/write, wrong thinking 10 years ago
Johannes Bildstein 8f01fced38 fix reading version number 10 years ago
Johannes Bildstein f6b680c319 don't allow reading negative length strings 10 years ago
Johannes Bildstein 65e312fc3e remove unnecessary enum 10 years ago
Johannes Bildstein ff1d466375 add missing documentation for enums 10 years ago
Johannes Bildstein 75354a3160 more consistent enum member naming 10 years ago
Johannes Bildstein bd4d379d1f matrix cannot be null 10 years ago
Johannes Bildstein 32bbbffb5c use Equals instead of == where necessary 10 years ago
Johannes Bildstein bb8ceb7d25 lazy load ICC profile 10 years ago
Johannes Bildstein 2f9fe104ef add missing Guard.NotNull checks 10 years ago
Johannes Bildstein 22ffa1193a fix wrong usage of Guard.IsTrue/IsFalse 10 years ago
Johannes Bildstein 2cfeccfc2a use an enum instead of ushort for IccParamtricCurve.Type 10 years ago
Johannes Bildstein 187fe8bbef use an enum instead of ushort for IccFormulaCurveElement.Type 10 years ago
Johannes Bildstein 8da00e38f0 consistent method naming (Ascii, not ASCII) 10 years ago
Johannes Bildstein fca1aa2c6f use Encoding.GetEndocing("ASCII") instead of Endocing.UTF8 10 years ago
Johannes Bildstein c2e98fc987 Merge branch 'feature/icc' of https://github.com/JimBobSquarePants/ImageSharp into feature/icc 10 years ago
Johannes Bildstein 4152134a97 initial version for reading and writing ICC profiles 10 years ago
James Jackson-South a93d31e4f6 Merge remote-tracking branch 'refs/remotes/origin/master' into feature/icc 10 years ago
James Jackson-South de7a0d79b5 Fix whitespace and ignore naming warning 10 years ago
Anton Firsov 5f052c36fb Merge pull request #141 from JimBobSquarePants/speedup-resize 10 years ago
James Jackson-South 570f5de673 Add ICC profile and data tags 10 years ago