1794 Commits (e095566fabdc59814810328d609b74905c4a4aee)

Author SHA1 Message Date
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
Anton Firszov 05a23b93a6 Using BulkPixelOperations<T> in PixelAccessor<T> 9 years ago
Anton Firszov 19251fe4fe StyleStalin 9 years ago
Anton Firszov 126471b841 naming 9 years ago
Anton Firszov 20c97ddfcb even better BufferPointer.Copy() 9 years ago
Anton Firszov 82a791878a optimized BufferPointer.Copy() implementations 9 years ago
Anton Firszov ebb581b3f6 Color.BulkOperations full implementation 9 years ago
Anton Firszov decb84078f implemented Color.BulkOperations.ToVector4() 9 years ago
Anton Firszov 23bd85c446 DebugGuard 9 years ago
Anton Firszov 099697cf0a renamed ArrayPointer to BufferPointer 9 years ago
Anton Firszov a8ab5d4b89 Renamed BulkPixelOperation methods, removed ArrayExtensions and the unused dangerous PixelAccessor ctr. 9 years ago
Anton Firszov 4b11becfff IPixel<T>.BulkOperations ---> IPixel<T>.CreateBulkOperations() 9 years ago
Anton Firszov 8a08319ce0 build and testrunning fix 9 years ago
Anton Firszov 6132d8fa4c cleanup & stylecop 9 years ago
Anton Firszov 26b1715bf8 PixelAccessor<T> and PixelArea<T> using PinnedBuffer<T> 9 years ago
Scott Williams 2bbf85ae91 move to alpha release 9 years ago
Scott Williams 1b3a94f370 render using sixlabors.fonts 9 years ago
Anton Firszov 1d6dae9462 default BulkPixelOperations passing 9 years ago
Scott Williams 210cecb51d update SixLabors.Shapes 9 years ago
Anton Firszov 5ae01f1fa8 fixed PackToXyzBytes 9 years ago
Anton Firszov 93f169372b started implementing operations 9 years ago
Anton Firszov 78f997cd06 PinnedBuffer<T>, better tests 9 years ago
Anton Firszov a52f6bf1b5 BulkPixelOperations<T> skeleton 9 years ago
Scott Williams 07b5ff4e2d Fix drawing on transparent background 9 years ago
Scott Williams 4a0d0431a1 Update SixLabors.Shapes version 9 years ago
James Jackson-South a39ae967bc Inline filters 9 years ago
James Jackson-South 90de26fbe5 Fix #115 9 years ago
Dirk Lemstra 0853c66ae3 Changed optional arguments into overloads. 9 years ago
Dirk Lemstra c83dec5ed5 Added missing initialization of the quantizer field. 9 years ago
Dirk Lemstra 5a5bbef3a7 Fixed text in comments. 9 years ago
Dirk Lemstra 6f11c2cd5d Refactored the Create method for the encoder/decoder options. 9 years ago
Dirk Lemstra 031da70a15 Implemented the IEncoderOptions inside the png encoder. 10 years ago
Dirk Lemstra 826fb4eb91 Implemented the IEncoderOptions inside the jpeg encoder. 10 years ago
Dirk Lemstra 56eb309c5f Build fixes due to re-base. 10 years ago