3585 Commits (6be57984448bbd5828a37561be36236562048db2)
 

Author SHA1 Message Date
Johannes Bildstein 6be5798444 more consistent naming 10 years ago
Johannes Bildstein 6a31405c04 change value type from double to float for Formula and Parametric curve 10 years ago
Johannes Bildstein e5a25e6e03 Merge remote-tracking branch 'origin/master' into feature/icc 10 years ago
Scott Williams 9f6f9ddde4 Merge pull request #157 from JBildstein/endianbitconverter-indexfix 10 years ago
Johannes Bildstein 87c1e052ae fix error where startIndex was ignored in To<Type> methods 10 years ago
James Jackson-South 48f2ac48f2 Add Rgb color spaces 10 years ago
James Jackson-South 0df4e5a4f4 Use MathF 10 years ago
James Jackson-South b7a94b9be3 Merge remote-tracking branch 'refs/remotes/origin/master' into feature/icc 10 years ago
James Jackson-South c43f71038f Merge pull request #154 from JBildstein/endianbitconverter-refactor 10 years ago
James Jackson-South 401047290c Merge pull request #156 from JimBobSquarePants/feature/mathsf 10 years ago
Scott Williams 0c485469cd Merge pull request #152 from JimBobSquarePants/Image-Comparer 10 years ago
James Jackson-South 1a69629ace Add MathF equality tests 10 years ago
James Jackson-South d2787fc8fa Update to use MathsF 10 years ago
James Jackson-South 957222617b Merge remote-tracking branch 'refs/remotes/origin/master' into feature/icc 10 years ago
James Jackson-South 1bac317975 Add RGB working spaces 10 years ago
Anton Firszov f391a67e68 PackFromVector4ReferenceVsPointer benchmark 10 years ago
Anton Firszov 4d3391c4b6 fixing #146 10 years ago
James Jackson-South 5ab9e9232b Merge remote-tracking branch 'refs/remotes/origin/master' into feature/icc 10 years ago
Scott Williams 3c611837ff remove ignored tests 10 years ago
Scott Williams b97213239f fix Image.Load api changes 10 years ago
Scott Williams a21dbb91ca Merge remote-tracking branch 'origin/master' into Image-Comparer 10 years ago
Scott Williams 75c2e1098f Merge pull request #143 from JimBobSquarePants/tocsoft/refactor-image-load 10 years ago
Scott Williams 440eab7bf4 fix broken tests 10 years ago
Scott Williams 41c1654c8e Speed up greyscale tests by using test pattern. 10 years ago
Scott Williams 04293b6d8e allow test cases to be serialized to they show in VS 10 years ago
Scott Williams f23eac7e14 fix broken tests 10 years ago
Scott Williams 817dbf5e5d Merge remote-tracking branch 'origin/master' into tocsoft/refactor-image-loader 10 years ago
Johannes Bildstein 7d6933362b improve performance of EndianBitConverter and small formatting fixes 10 years ago
Scott Williams 15fc34126f decoder configuration argument order 10 years ago
Scott Williams b3810f549d Increment version 10 years ago
Scott Williams 4590402ce1 Update readme 10 years ago
Scott Williams 726ffe5d2e Move config argument to be first argument 10 years ago
Scott Williams 69100f4f0c Move metadata loading into constructor/creator. 10 years ago
Scott Williams b1d76dddc8 Clean up usings and add comments 10 years ago
Scott Williams 385926067d make constructor public 10 years ago
Scott Williams e6d129646b Improve method name 10 years ago
James Jackson-South 3a2b8138ee Add benchmark 10 years ago
James Jackson-South 12f0786785 Rename ColorConverter 10 years ago
Scott Williams 57f6c9c796 Merge pull request #149 from JimBobSquarePants/tocsoft/point-as-pixel 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