3527 Commits (64bec0dc7182ddbbef7cd155426a7a52ca424459)
 

Author SHA1 Message Date
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
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
Johannes Bildstein 3cb588d673 add missing documentation for enums 10 years ago
Johannes Bildstein ef76a5e233 more consistent enum member naming 10 years ago
Johannes Bildstein dbbc8b3357 matrix cannot be null 10 years ago
Johannes Bildstein 378b8ba055 use Equals instead of == where necessary 10 years ago
Johannes Bildstein 9067dcf760 lazy load ICC profile 10 years ago
Johannes Bildstein 45d96d7bf1 add missing Guard.NotNull checks 10 years ago
Johannes Bildstein b176d1a68a fix wrong usage of Guard.IsTrue/IsFalse 10 years ago
Johannes Bildstein 1656d17c59 use an enum instead of ushort for IccParamtricCurve.Type 10 years ago
Johannes Bildstein 137d6c9eed use an enum instead of ushort for IccFormulaCurveElement.Type 10 years ago
Johannes Bildstein 97a20d3758 consistent method naming (Ascii, not ASCII) 10 years ago
Johannes Bildstein d7fa2978e7 use Encoding.GetEndocing("ASCII") instead of Endocing.UTF8 10 years ago
Johannes Bildstein a8acd5f64e Merge branch 'feature/icc' of https://github.com/JimBobSquarePants/ImageSharp into feature/icc 10 years ago
Johannes Bildstein ad4a481530 initial version for reading and writing ICC profiles 10 years ago
James Jackson-South c291963b2c Merge remote-tracking branch 'refs/remotes/origin/master' into feature/icc 10 years ago
James Jackson-South c0e9825c89 Fix whitespace and ignore naming warning 10 years ago
Anton Firsov c0042041fc Merge pull request #141 from JimBobSquarePants/speedup-resize 10 years ago
James Jackson-South be197bd5b6 Add ICC profile and data tags 10 years ago
Anton Firszov cd1e7b3b97 weight printing experiments, minor changes, comments 10 years ago
Scott Williams f15bf5b872 fix symbols server url 10 years ago
Dirk Lemstra b37be1d81f Update README.md 10 years ago
Scott Williams 66e39f86c4 Merge pull request #135 from JimBobSquarePants/IFileSystem 10 years ago
Anton Firszov 36f9510031 IterateArray benchmark 10 years ago
Anton Firszov 8f570854f0 fixed PinnedImageBufferTests.GetRowSpanY() 10 years ago
Anton Firszov dce492971e moved ResizeProfilingBenchmarks 10 years ago