4256 Commits (96ccdae7c8b62e0c8d8a1abbd12df7a3a187cd47)
 

Author SHA1 Message Date
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
Scott Williams 69daa8464a scan to end of line even if longer 10 years ago
Scott Williams 3db50fea44 reduce range check 10 years ago
Scott Williams 152e71135c add range checks 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
Scott Williams fb5899f0fd fix test filesystem to prevent it breaking existing tests 10 years ago
Scott Williams 53bba0269a pass configuration & ensure only single image created 10 years ago
Scott Williams cfce9d2efc remove decode metadata only 10 years ago
Scott Williams 1343c78411 Add IImageDecoder overloads 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
Scott Williams 04dd705664 fix parameter names 10 years ago
Scott Williams a3185fd6e7 Move image loading out of constructors and into static methods 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
Anton Firszov 7ced8f07c6 make it parallel again! 10 years ago
Anton Firszov cd4fb809ce improved, sequential ResizeProcessor 10 years ago
Anton Firszov a0a67ddf35 merged ResizeProcessor and CompandingResizeProcessor 10 years ago
Anton Firszov c523077d0a more refactor on Weights stuff 10 years ago
Anton Firszov 378c234886 refactor ResamplingWeightedProcessor.Weights 10 years ago
Anton Firszov 8b91c02a27 PinnedBuffer<T> and PinnedImageBuffer<T> indexers 10 years ago
Anton Firszov e2d780107c BufferSpan ref indexer + Fix Drawing usages 10 years ago
Anton Firszov e5f3429756 Merge remote-tracking branch 'origin/master' into speedup-resize 10 years ago
Scott Williams 2d8836bfc1 skip building branches with a PR open 10 years ago
Scott Williams 027c046837 Merge pull request #140 from JimBobSquarePants/tocsoft/subpixel-rendering 10 years ago
Scott Williams 4e3b3b6ab1 Improve test coverage 10 years ago
Scott Williams 13a5d8edf5 remove redundant SaveInternal 10 years ago
Scott Williams 838ec08700 fix broken comment 10 years ago
Scott Williams a6e4de8d56 add guards to verify scanlineBuffer size 10 years ago
Scott Williams a8e62f23db Merge remote-tracking branch 'remotes/origin/master' into IFileSystem 10 years ago
Scott Williams b9545631c1 drop callbacks 10 years ago
Anton Firszov fa40b26216 introduced PinnedImageBuffer<T> 10 years ago
Anton Firszov b2fb41fab5 BufferPointer<T> became BufferSpan<T> 10 years ago
Scott Williams af0d8cd8c5 TextGraphicsOptions Tests 10 years ago
Scott Williams 56b0a9f8e1 Add test coving subpixel counter 10 years ago
Scott Williams 34b09eb099 code cleanup 10 years ago