1801 Commits (1c841b731f15b51817af2dca45dbbdf5bc36c9eb)

Author SHA1 Message Date
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
Scott Williams e29f3eadd9 fix all instances of var 10 years ago
Scott Williams 87f7dd0570 update sixlabors.* dependencies 10 years ago
James Jackson-South 42ec55aaf9 Bump version and fix metadata 10 years ago
James Jackson-South 3eda81fb0f Move all drawing code into drawing project 10 years ago
James Jackson-South a27258fef9 Remove unneeded package references from drawing. 10 years ago
James Jackson-South e095566fab Fix stylecop.json reference in project 10 years ago
Scott Williams 5608f7a764 tweak file location 10 years ago
Scott Williams 12882c030a disable header rules as stylecop.json not working at command line 10 years ago
Scott Williams 9adfa26ba4 try local stylecop.json 10 years ago
Scott Williams eb4e79740c fix stylecop 10 years ago
Scott Williams 97f1c38711 produce full pdb for codecov 10 years ago
Scott Williams 509eaf12d5 consolidate packages 10 years ago
James Jackson-South 98dd13b935 Resize should respect source rectangle Fix #118 10 years ago
Anton Firszov 3efdbc0300 docs for ClearPixels() 10 years ago
Anton Firszov ac9e06b21c PixelDataPool<T> is static again, it no longer clears it's arrays. 10 years ago
Anton Firszov e3af41180d BufferPointer<T>.Clear() 10 years ago
Anton Firszov f796bd60c7 inlining 10 years ago
Anton Firszov c851143e08 better BufferPointer.Copy() 10 years ago
Anton Firszov fdf4911eb4 if (count < 256) { no SIMD } 10 years ago
James Jackson-South e049204160 Fix #127 10 years ago
Anton Firszov 5f90483019 PixelDataPool<T> is no longer static having PixelDataPool<T>.Clean + PixelDataPool<T>.Dirty instead 10 years ago
Anton Firszov 79537eb16e benchmarks 10 years ago
Anton Firszov 05a23b93a6 Using BulkPixelOperations<T> in PixelAccessor<T> 10 years ago
Anton Firszov 19251fe4fe StyleStalin 10 years ago
Anton Firszov 126471b841 naming 10 years ago
Anton Firszov 20c97ddfcb even better BufferPointer.Copy() 10 years ago
Anton Firszov 82a791878a optimized BufferPointer.Copy() implementations 10 years ago
Anton Firszov ebb581b3f6 Color.BulkOperations full implementation 10 years ago
Anton Firszov decb84078f implemented Color.BulkOperations.ToVector4() 10 years ago
Anton Firszov 23bd85c446 DebugGuard 10 years ago
Anton Firszov 099697cf0a renamed ArrayPointer to BufferPointer 10 years ago
Anton Firszov a8ab5d4b89 Renamed BulkPixelOperation methods, removed ArrayExtensions and the unused dangerous PixelAccessor ctr. 10 years ago
Anton Firszov 4b11becfff IPixel<T>.BulkOperations ---> IPixel<T>.CreateBulkOperations() 10 years ago
Anton Firszov 8a08319ce0 build and testrunning fix 10 years ago
Anton Firszov 6132d8fa4c cleanup & stylecop 10 years ago
Anton Firszov 26b1715bf8 PixelAccessor<T> and PixelArea<T> using PinnedBuffer<T> 10 years ago
Scott Williams 2bbf85ae91 move to alpha release 10 years ago
Scott Williams 1b3a94f370 render using sixlabors.fonts 10 years ago
Anton Firszov 1d6dae9462 default BulkPixelOperations passing 10 years ago
Scott Williams 210cecb51d update SixLabors.Shapes 10 years ago
Anton Firszov 5ae01f1fa8 fixed PackToXyzBytes 10 years ago
Anton Firszov 93f169372b started implementing operations 10 years ago
Anton Firszov 78f997cd06 PinnedBuffer<T>, better tests 10 years ago
Anton Firszov a52f6bf1b5 BulkPixelOperations<T> skeleton 10 years ago
Scott Williams 07b5ff4e2d Fix drawing on transparent background 10 years ago
Scott Williams 4a0d0431a1 Update SixLabors.Shapes version 10 years ago
James Jackson-South a39ae967bc Inline filters 10 years ago
James Jackson-South 90de26fbe5 Fix #115 10 years ago