2578 Commits (75bf4d6d728450220f372e0f38d90f765bc8f6dc)

Author SHA1 Message Date
Anton Firszov 8b91c02a27 PinnedBuffer<T> and PinnedImageBuffer<T> indexers 9 years ago
Anton Firszov e2d780107c BufferSpan ref indexer + Fix Drawing usages 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 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
Scott Williams 34b09eb099 code cleanup 9 years ago
Scott Williams 0e75d2db99 fixed comment 9 years ago
Scott Williams d757809bcf fix comments 9 years ago
Scott Williams 44d2736b8f fix pattern brushes 9 years ago
Scott Williams 97f5f3e408 get x=>width y=>height the correct way around. 9 years ago
Scott Williams 0a81f28c40 implement real sub-pixel rendering 9 years ago
James Jackson-South 53ca3d5de1 Make QuantizePixel non-inheritable 9 years ago
James Jackson-South 24caf763d7 Make Fast2DArray internal 9 years ago
James Jackson-South c9ef65c6b4 Bump version number 9 years ago
James Jackson-South 56be333c0a Internalize memory objects 9 years ago
James Jackson-South 58bd379394 Make all processors internal 9 years ago
Scott Williams 7de5545da1 fixed header 9 years ago
Scott Williams 6f4d716884 use callbacks instead of overrides 9 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. 9 years ago
Anton Firszov 02db976b95 Implemented PinnedBuffer<T>.CreateClean() + format DrawText.cs 9 years ago
Scott Williams d610a8536c remove resetting stream position 9 years ago
Scott Williams 91c1a8f51a use correct configuration object 9 years ago
Scott Williams b919105f16 ensure all save operations pass along IEncoderOptions 9 years ago
Scott Williams 418218a06b Add IFileSystem 9 years ago
Scott Williams e29f3eadd9 fix all instances of var 9 years ago
Scott Williams 87f7dd0570 update sixlabors.* dependencies 9 years ago
James Jackson-South 42ec55aaf9 Bump version and fix metadata 9 years ago
James Jackson-South 3eda81fb0f Move all drawing code into drawing project 9 years ago
James Jackson-South a27258fef9 Remove unneeded package references from drawing. 9 years ago
James Jackson-South e095566fab Fix stylecop.json reference in project 9 years ago
Scott Williams 5608f7a764 tweak file location 9 years ago
Scott Williams 12882c030a disable header rules as stylecop.json not working at command line 9 years ago
Scott Williams 9adfa26ba4 try local stylecop.json 9 years ago
Scott Williams eb4e79740c fix stylecop 9 years ago
Scott Williams 97f1c38711 produce full pdb for codecov 9 years ago
Scott Williams 509eaf12d5 consolidate packages 9 years ago
James Jackson-South 98dd13b935 Resize should respect source rectangle Fix #118 9 years ago
Anton Firszov 3efdbc0300 docs for ClearPixels() 9 years ago
Anton Firszov ac9e06b21c PixelDataPool<T> is static again, it no longer clears it's arrays. 9 years ago
Anton Firszov e3af41180d BufferPointer<T>.Clear() 9 years ago
Anton Firszov f796bd60c7 inlining 9 years ago
Anton Firszov c851143e08 better BufferPointer.Copy() 9 years ago
Anton Firszov fdf4911eb4 if (count < 256) { no SIMD } 9 years ago
James Jackson-South e049204160 Fix #127 9 years ago
Anton Firszov 5f90483019 PixelDataPool<T> is no longer static having PixelDataPool<T>.Clean + PixelDataPool<T>.Dirty instead 9 years ago
Anton Firszov 79537eb16e benchmarks 9 years ago