3561 Commits (4a3e597d83a451c2b668bc680d5c02bfb8d43cef)
 

Author SHA1 Message Date
James Jackson-South 4a3e597d83 Merge remote-tracking branch 'refs/remotes/origin/master' into feature/icc 10 years ago
James Jackson-South db30cdd615 Add RGB working spaces 10 years ago
Anton Firszov 4231a10995 PackFromVector4ReferenceVsPointer benchmark 10 years ago
Anton Firszov f1517d2126 fixing #146 10 years ago
James Jackson-South 475b2340ca Merge remote-tracking branch 'refs/remotes/origin/master' into feature/icc 10 years ago
Scott Williams c15accd69e Merge pull request #143 from JimBobSquarePants/tocsoft/refactor-image-load 10 years ago
Scott Williams c5c33a730e fix broken tests 10 years ago
Scott Williams 30d13b573c Merge remote-tracking branch 'origin/master' into tocsoft/refactor-image-loader 10 years ago
Scott Williams da1dffd5cc decoder configuration argument order 10 years ago
Scott Williams 79ca3c430f Increment version 10 years ago
Scott Williams a8901f3c9c Update readme 10 years ago
Scott Williams c1a061194a Move config argument to be first argument 10 years ago
Scott Williams 0aa20b66e9 Move metadata loading into constructor/creator. 10 years ago
Scott Williams 2e4c1cd1b0 Clean up usings and add comments 10 years ago
Scott Williams 9ec4ae84bb make constructor public 10 years ago
James Jackson-South 190d4a933d Add benchmark 10 years ago
James Jackson-South 86aed6fd33 Rename ColorConverter 10 years ago
Scott Williams 2a6113fd99 Merge pull request #149 from JimBobSquarePants/tocsoft/point-as-pixel 10 years ago
Johannes Bildstein cab7ad1add fix formatting and documentation warnings 10 years ago
Johannes Bildstein b6be1b3a09 Merge branch 'feature/icc' of https://github.com/JimBobSquarePants/ImageSharp into feature/icc 10 years ago
Johannes Bildstein ecc1e58252 add tests and test data for ICC reading/writing 10 years ago
Johannes Bildstein 64bec0dc71 reading a whole profile returned an empty new profile 10 years ago
Johannes Bildstein ed8aa3aed5 writer length already includes header size 10 years ago
Johannes Bildstein 9e9e69ec19 allow setting the profile header 10 years ago
Johannes Bildstein efb45013ed add None and opposites and fix naming 10 years ago
Johannes Bildstein 0d3b8b35f5 wrong value written (X,X,X instead of X,Y,Z) 10 years ago
Johannes Bildstein b2ca934a03 type parameter was not assigned in constructor 10 years ago
Johannes Bildstein 3999e39b53 wrong length written (off by one) 10 years ago
Johannes Bildstein 1064bfb90f conflict when writing spaces or ensuring null terminator 10 years ago
Johannes Bildstein 0781c7ddfd secure writing strings against invalid parameters 10 years ago
Johannes Bildstein e196619cc6 more consistent naming 10 years ago
Johannes Bildstein fea94fd425 used wrong type in Equals 10 years ago
James Jackson-South 4c06bd3b1d Add XYZ, Lab, and Lms colorspaces 10 years ago
James Jackson-South b3cbbf2b4c Remove all current colorspaces 10 years ago
James Jackson-South 2c533a1794 Remove regions 10 years ago
Johannes Bildstein fc6a0af074 fix incorrect comparison 10 years ago
Johannes Bildstein 50366a1868 use identity matrix instead of null 10 years ago
Johannes Bildstein 022bd75c2d remove unused size parameter 10 years ago
Johannes Bildstein 1e200666af remove unused field 10 years ago
Johannes Bildstein 838e284f99 used wrong comparison 10 years ago
Johannes Bildstein 5cf24fa844 more consistent naming 10 years ago
Johannes Bildstein 5033bb8e74 more consistent naming 10 years ago
Johannes Bildstein efd21c167e add IEquatable interface for own type not just the inherited 10 years ago
Johannes Bildstein 728c92001d add missing copyright notice to curve types 10 years ago
Johannes Bildstein 6350f725d6 split DataReaderWriter into multiple files 10 years ago
Johannes Bildstein c71b5a4762 used wrong bit positions 10 years ago
Johannes Bildstein b4589e903d remove direct read/write, wrong thinking 10 years ago
Johannes Bildstein 87caee827a fix reading version number 10 years ago
Johannes Bildstein c02c8fe5a9 don't allow reading negative length strings 10 years ago
Johannes Bildstein 063064f0b5 remove unnecessary enum 10 years ago