314 Commits (67bfae661900533eb840c8c39aec4a3d0793f8b6)

Author SHA1 Message Date
Anton Firszov bf2bcfa85b Implemented PinnedBuffer<T>.CreateClean() + format DrawText.cs 9 years ago
Anton Firszov 42c71a4c5f Fixed Sandbox46 test execution 9 years ago
Scott Williams 095c3fb5fb fix all instances of var 9 years ago
Scott Williams 378adc20d0 add stylecop back 9 years ago
Scott Williams 88d96c7345 produce full pdb for codecov 9 years ago
Scott Williams 3b59b02488 consolidate packages 9 years ago
James Jackson-South 43b08e509a Resize should respect source rectangle Fix #118 9 years ago
Anton Firszov 9f21270812 remove outdated tests 9 years ago
Anton Firszov 43a482dc71 PixelDataPool<T> is static again, it no longer clears it's arrays. 9 years ago
Anton Firszov bf92d664e4 BufferPointer<T>.Clear() 9 years ago
Anton Firszov 3064b2ba20 better BufferPointer.Copy() 9 years ago
Anton Firszov ebfd6ce899 if (count < 256) { no SIMD } 9 years ago
Anton Firszov 973be3c4ac PixelDataPool<T> is no longer static having PixelDataPool<T>.Clean + PixelDataPool<T>.Dirty instead 9 years ago
Anton Firszov 0e526eeeb1 benchmarks 9 years ago
Anton Firszov 13ab7a4631 Using BulkPixelOperations<T> in PixelAccessor<T> 9 years ago
Anton Firszov ef34b11bca optimized BufferPointer.Copy() implementations 9 years ago
Anton Firszov dfeead95a1 Color.BulkOperations full implementation 9 years ago
Anton Firszov 793fdf41d6 implemented Color.BulkOperations.ToVector4() 9 years ago
Anton Firszov d04c424bfa renamed ArrayPointer to BufferPointer 9 years ago
Anton Firszov 0032e2b457 Renamed BulkPixelOperation methods, removed ArrayExtensions and the unused dangerous PixelAccessor ctr. 9 years ago
Anton Firszov ddc6bf5b18 BulkPixelOperationsTests.GetGlobalInstance() to make CodeCov happy 9 years ago
Anton Firszov 74f853a55b build and testrunning fix 9 years ago
Anton Firszov e59255d43f cleanup & stylecop 9 years ago
Anton Firszov c9e17d8966 PixelAccessor<T> and PixelArea<T> using PinnedBuffer<T> 9 years ago
Scott Williams 76905dab5e render using sixlabors.fonts 9 years ago
Anton Firszov fa060e98fa default BulkPixelOperations passing 9 years ago
Scott Williams a98be90e19 update SixLabors.Shapes 9 years ago
Anton Firszov 739db5f3bc fixed PackToXyzBytes 9 years ago
Anton Firszov bf0d03fe89 started implementing operations 9 years ago
Anton Firszov bca8c6f5ea better tests 9 years ago
Anton Firszov 1d2d7cb6e2 PinnedBuffer<T>, better tests 9 years ago
Anton Firszov 598ebdbd96 BulkPixelOperations<T> skeleton 9 years ago
Scott Williams c3e6980609 Fix drawing on transparent background 9 years ago
James Jackson-South c45b945489 Fix #115 9 years ago
Dirk Lemstra 052ecdc337 Changed optional arguments into overloads. 9 years ago
Dirk Lemstra 1b4b8043bc Renamed test classes. 10 years ago
Dirk Lemstra e429b812cc Implemented the IEncoderOptions inside the jpeg encoder. 10 years ago
Dirk Lemstra 98f18cbfeb Added extra test for trimming comments. 10 years ago
Dirk Lemstra 2161916564 Implemented the IEncoderOptions inside the gif encoder. 10 years ago
Dirk Lemstra 26aec54e05 Implemented the IEncoderOptions inside the bmp encoder. 10 years ago
Dirk Lemstra c56ab2fdab Added extra overload for TestFile.CreateImage and used it in the tests. 10 years ago
Dirk Lemstra 6878997af7 Also allow specification of the text encoding inside the gif decoder. 10 years ago
Dirk Lemstra b27fa62a6a Implemented the IDecoderOptions inside the png decoder. 10 years ago
Dirk Lemstra c7ced5bcdf Implemented the IDecoderOptions inside the jpeg decoder. 10 years ago
Dirk Lemstra 32481be496 Implemented the IDecoderOptions inside the gif decoder. 10 years ago
Anton Firszov 3cdc423500 The return of IPackedVector<T> 10 years ago
Anton Firszov bba886e214 fix 10 years ago
Anton Firszov 1125edcef8 IPixel 10 years ago
Anton Firszov c082056db7 ArrayPointer<T> 10 years ago
Scott Williams 54c65567ce Improve Fast2DArray initialisation 10 years ago