543 Commits (69c15e3133d67597de16dc5eb21c9e8a8d93cea4)

Author SHA1 Message Date
Anton Firszov c851143e08 better BufferPointer.Copy() 10 years ago
Anton Firszov fdf4911eb4 if (count < 256) { no SIMD } 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 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 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 4e54632d63 BulkPixelOperationsTests.GetGlobalInstance() to make CodeCov happy 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 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 61a2b2520d better tests 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
James Jackson-South 90de26fbe5 Fix #115 10 years ago
Dirk Lemstra 0853c66ae3 Changed optional arguments into overloads. 10 years ago
Dirk Lemstra a9f4dc07a0 Renamed test classes. 10 years ago
Dirk Lemstra 826fb4eb91 Implemented the IEncoderOptions inside the jpeg encoder. 10 years ago
Dirk Lemstra 3a0697b093 Added extra test for trimming comments. 10 years ago
Dirk Lemstra 675a97a877 Implemented the IEncoderOptions inside the gif encoder. 10 years ago
Dirk Lemstra 19c81c5d8e Implemented the IEncoderOptions inside the bmp encoder. 10 years ago
Dirk Lemstra 38e7a2dc1b Added extra overload for TestFile.CreateImage and used it in the tests. 10 years ago
Dirk Lemstra d35dc80374 Also allow specification of the text encoding inside the gif decoder. 10 years ago
Dirk Lemstra 340ed87176 Implemented the IDecoderOptions inside the png decoder. 10 years ago
Dirk Lemstra 0ae0414863 Implemented the IDecoderOptions inside the jpeg decoder. 10 years ago
Dirk Lemstra e508255180 Implemented the IDecoderOptions inside the gif decoder. 10 years ago
Anton Firszov 89529033ee The return of IPackedVector<T> 10 years ago
Anton Firszov 4501ca5fb4 fix 10 years ago
Anton Firszov be4c189533 IPixel 10 years ago
Anton Firszov 44f5538c71 ArrayPointer<T> 10 years ago
Scott Williams 968b424a5c Improve Fast2DArray initialisation 10 years ago
Scott Williams 8b529bbd0b Add namedcolors to work for all TColor types 10 years ago
James Jackson-South 489c04be7b Use Fast2DAarray for ordered dither. 10 years ago
James Jackson-South b184507fa4 Remove extra stream 10 years ago
James Jackson-South fbf017dd90 Better integration tests 10 years ago
James Jackson-South 6526585850 Cleanup 10 years ago
James Jackson-South 04b1e6dece Add ordered dithering 10 years ago
James Jackson-South a1c4882922 Ignore chunk length of 1. Fix #103 10 years ago
James Jackson-South 3e164d34b4 Add error diffusion binerization 10 years ago
Scott Williams 0c274cd878 improved test coverage 10 years ago
Scott Williams 8b7923fe6b file path based apis 10 years ago