3557 Commits (5ab9e9232bea68079a160d49c12eaaa696fe6ee0)
 

Author SHA1 Message Date
James Jackson-South 5ab9e9232b Merge remote-tracking branch 'refs/remotes/origin/master' into feature/icc 9 years ago
Scott Williams 75c2e1098f Merge pull request #143 from JimBobSquarePants/tocsoft/refactor-image-load 9 years ago
Scott Williams f23eac7e14 fix broken tests 9 years ago
Scott Williams 817dbf5e5d Merge remote-tracking branch 'origin/master' into tocsoft/refactor-image-loader 9 years ago
Scott Williams 15fc34126f decoder configuration argument order 9 years ago
Scott Williams b3810f549d Increment version 9 years ago
Scott Williams 4590402ce1 Update readme 9 years ago
Scott Williams 726ffe5d2e Move config argument to be first argument 9 years ago
Scott Williams 69100f4f0c Move metadata loading into constructor/creator. 9 years ago
Scott Williams b1d76dddc8 Clean up usings and add comments 9 years ago
Scott Williams 385926067d make constructor public 9 years ago
James Jackson-South 3a2b8138ee Add benchmark 9 years ago
James Jackson-South 12f0786785 Rename ColorConverter 9 years ago
Scott Williams 57f6c9c796 Merge pull request #149 from JimBobSquarePants/tocsoft/point-as-pixel 9 years ago
Johannes Bildstein df77cd39ca fix formatting and documentation warnings 9 years ago
Johannes Bildstein f94bafca1a Merge branch 'feature/icc' of https://github.com/JimBobSquarePants/ImageSharp into feature/icc 9 years ago
Johannes Bildstein d354fd41cd add tests and test data for ICC reading/writing 9 years ago
Johannes Bildstein 35e671bce2 reading a whole profile returned an empty new profile 9 years ago
Johannes Bildstein 4e274c61a6 writer length already includes header size 9 years ago
Johannes Bildstein 33f89f5eb3 allow setting the profile header 9 years ago
Johannes Bildstein cc014b9f1b add None and opposites and fix naming 9 years ago
Johannes Bildstein 78ef826ec5 wrong value written (X,X,X instead of X,Y,Z) 9 years ago
Johannes Bildstein 8931b99af4 type parameter was not assigned in constructor 9 years ago
Johannes Bildstein 63e8f2d0c1 wrong length written (off by one) 9 years ago
Johannes Bildstein fe9dcb7889 conflict when writing spaces or ensuring null terminator 9 years ago
Johannes Bildstein f528ec47fa secure writing strings against invalid parameters 9 years ago
Johannes Bildstein ac7662378b more consistent naming 9 years ago
Johannes Bildstein 2b76d7a675 used wrong type in Equals 9 years ago
James Jackson-South 9089b88592 Add XYZ, Lab, and Lms colorspaces 9 years ago
James Jackson-South 0be847e373 Remove all current colorspaces 9 years ago
James Jackson-South afd31d45be Remove regions 9 years ago
Johannes Bildstein 310a28bea7 fix incorrect comparison 9 years ago
Johannes Bildstein afbea7728a use identity matrix instead of null 9 years ago
Johannes Bildstein 89a9090827 remove unused size parameter 9 years ago
Johannes Bildstein 82115053f5 remove unused field 9 years ago
Johannes Bildstein 58ed1cd36e used wrong comparison 9 years ago
Johannes Bildstein 81b571f9eb more consistent naming 9 years ago
Johannes Bildstein 04b94c90a0 more consistent naming 9 years ago
Johannes Bildstein 2879fa7905 add IEquatable interface for own type not just the inherited 9 years ago
Johannes Bildstein 4eeb0365d9 add missing copyright notice to curve types 9 years ago
Johannes Bildstein 9d95f446c6 split DataReaderWriter into multiple files 9 years ago
Johannes Bildstein 1e95f7a5fe used wrong bit positions 9 years ago
Johannes Bildstein 19eb3404e5 remove direct read/write, wrong thinking 9 years ago
Johannes Bildstein 8f01fced38 fix reading version number 9 years ago
Johannes Bildstein f6b680c319 don't allow reading negative length strings 9 years ago
Johannes Bildstein 65e312fc3e remove unnecessary enum 9 years ago
Johannes Bildstein ff1d466375 add missing documentation for enums 9 years ago
Scott Williams 8847f12913 Default text drawing at an image dpi independent size 9 years ago
Johannes Bildstein 75354a3160 more consistent enum member naming 9 years ago
Johannes Bildstein bd4d379d1f matrix cannot be null 9 years ago