1862 Commits (ed07f94d69ddf1fa60c5bc37fcdc1b8873c4ad8c)

Author SHA1 Message Date
James Jackson-South 5899ceee8c Update to use MathsF 10 years ago
Anton Firszov f1517d2126 fixing #146 10 years ago
Johannes Bildstein 4ec0d1ee3c improve performance of EndianBitConverter and small formatting fixes 10 years ago
Scott Williams da1dffd5cc decoder configuration argument order 10 years ago
Scott Williams 79ca3c430f Increment version 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
Scott Williams 1da6833a2a fix stylecop issues 10 years ago
Scott Williams e6e97ed404 Add image comparer test helper 10 years ago
Scott Williams 422ff51502 Default text drawing at an image dpi independent size 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
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
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 Firszov cd1e7b3b97 weight printing experiments, minor changes, comments 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
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 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 34b09eb099 code cleanup 10 years ago
Scott Williams 0e75d2db99 fixed comment 10 years ago
Scott Williams d757809bcf fix comments 10 years ago
Scott Williams 44d2736b8f fix pattern brushes 10 years ago
Scott Williams 97f5f3e408 get x=>width y=>height the correct way around. 10 years ago
Scott Williams 0a81f28c40 implement real sub-pixel rendering 10 years ago
James Jackson-South 53ca3d5de1 Make QuantizePixel non-inheritable 10 years ago
James Jackson-South 24caf763d7 Make Fast2DArray internal 10 years ago
James Jackson-South c9ef65c6b4 Bump version number 10 years ago
James Jackson-South 56be333c0a Internalize memory objects 10 years ago
James Jackson-South 58bd379394 Make all processors internal 10 years ago
Scott Williams 7de5545da1 fixed header 10 years ago
Scott Williams 6f4d716884 use callbacks instead of overrides 10 years ago
Anton Firszov 1c841b731f Fixed a bug: When a processor "did not cover" the whole output image, there were memory garbage artifacts in the background. 10 years ago
Anton Firszov 02db976b95 Implemented PinnedBuffer<T>.CreateClean() + format DrawText.cs 10 years ago