3509 Commits (5899ceee8c771ea67e9c024e0a76c3c682a64efd)
 

Author SHA1 Message Date
James Jackson-South 5899ceee8c Update to use MathsF 9 years ago
Anton Firszov 4231a10995 PackFromVector4ReferenceVsPointer benchmark 9 years ago
Anton Firszov f1517d2126 fixing #146 9 years ago
Scott Williams c15accd69e Merge pull request #143 from JimBobSquarePants/tocsoft/refactor-image-load 9 years ago
Scott Williams c5c33a730e fix broken tests 9 years ago
Scott Williams 30d13b573c Merge remote-tracking branch 'origin/master' into tocsoft/refactor-image-loader 9 years ago
Scott Williams da1dffd5cc decoder configuration argument order 9 years ago
Scott Williams 79ca3c430f Increment version 9 years ago
Scott Williams a8901f3c9c Update readme 9 years ago
Scott Williams c1a061194a Move config argument to be first argument 9 years ago
Scott Williams 0aa20b66e9 Move metadata loading into constructor/creator. 9 years ago
Scott Williams 2e4c1cd1b0 Clean up usings and add comments 9 years ago
Scott Williams 9ec4ae84bb make constructor public 9 years ago
Scott Williams 2a6113fd99 Merge pull request #149 from JimBobSquarePants/tocsoft/point-as-pixel 9 years ago
Scott Williams 422ff51502 Default text drawing at an image dpi independent size 9 years ago
Scott Williams 69daa8464a scan to end of line even if longer 9 years ago
Scott Williams 3db50fea44 reduce range check 9 years ago
Scott Williams 152e71135c add range checks 9 years ago
Scott Williams fb5899f0fd fix test filesystem to prevent it breaking existing tests 9 years ago
Scott Williams 53bba0269a pass configuration & ensure only single image created 9 years ago
Scott Williams cfce9d2efc remove decode metadata only 9 years ago
Scott Williams 1343c78411 Add IImageDecoder overloads 9 years ago
Scott Williams 04dd705664 fix parameter names 9 years ago
Scott Williams a3185fd6e7 Move image loading out of constructors and into static methods 9 years ago
Anton Firsov c0042041fc Merge pull request #141 from JimBobSquarePants/speedup-resize 9 years ago
Anton Firszov cd1e7b3b97 weight printing experiments, minor changes, comments 9 years ago
Scott Williams f15bf5b872 fix symbols server url 9 years ago
Dirk Lemstra b37be1d81f Update README.md 9 years ago
Scott Williams 66e39f86c4 Merge pull request #135 from JimBobSquarePants/IFileSystem 9 years ago
Anton Firszov 36f9510031 IterateArray benchmark 9 years ago
Anton Firszov 8f570854f0 fixed PinnedImageBufferTests.GetRowSpanY() 9 years ago
Anton Firszov dce492971e moved ResizeProfilingBenchmarks 9 years ago
Anton Firszov 7ced8f07c6 make it parallel again! 9 years ago
Anton Firszov cd4fb809ce improved, sequential ResizeProcessor 9 years ago
Anton Firszov a0a67ddf35 merged ResizeProcessor and CompandingResizeProcessor 9 years ago
Anton Firszov c523077d0a more refactor on Weights stuff 9 years ago
Anton Firszov 378c234886 refactor ResamplingWeightedProcessor.Weights 9 years ago
Anton Firszov 8b91c02a27 PinnedBuffer<T> and PinnedImageBuffer<T> indexers 9 years ago
Anton Firszov e2d780107c BufferSpan ref indexer + Fix Drawing usages 9 years ago
Anton Firszov e5f3429756 Merge remote-tracking branch 'origin/master' into speedup-resize 9 years ago
Scott Williams 2d8836bfc1 skip building branches with a PR open 9 years ago
Scott Williams 027c046837 Merge pull request #140 from JimBobSquarePants/tocsoft/subpixel-rendering 9 years ago
Scott Williams 4e3b3b6ab1 Improve test coverage 9 years ago
Scott Williams 13a5d8edf5 remove redundant SaveInternal 9 years ago
Scott Williams 838ec08700 fix broken comment 9 years ago
Scott Williams a6e4de8d56 add guards to verify scanlineBuffer size 9 years ago
Scott Williams a8e62f23db Merge remote-tracking branch 'remotes/origin/master' into IFileSystem 9 years ago
Scott Williams b9545631c1 drop callbacks 9 years ago
Anton Firszov fa40b26216 introduced PinnedImageBuffer<T> 9 years ago
Anton Firszov b2fb41fab5 BufferPointer<T> became BufferSpan<T> 9 years ago