2112 Commits (717daed35e7badbd4f706f4fe8e8301ad0d6c8d9)

Author SHA1 Message Date
Anton Firszov ef34b11bca optimized BufferPointer.Copy() implementations 10 years ago
Anton Firszov dfeead95a1 Color.BulkOperations full implementation 10 years ago
Anton Firszov 793fdf41d6 implemented Color.BulkOperations.ToVector4() 10 years ago
Anton Firszov 553d4f2ab7 DebugGuard 10 years ago
Anton Firszov d04c424bfa renamed ArrayPointer to BufferPointer 10 years ago
Anton Firszov 0032e2b457 Renamed BulkPixelOperation methods, removed ArrayExtensions and the unused dangerous PixelAccessor ctr. 10 years ago
Anton Firszov 2b3b3ea93b IPixel<T>.BulkOperations ---> IPixel<T>.CreateBulkOperations() 10 years ago
Anton Firszov 74f853a55b build and testrunning fix 10 years ago
Anton Firszov e59255d43f cleanup & stylecop 10 years ago
Anton Firszov c9e17d8966 PixelAccessor<T> and PixelArea<T> using PinnedBuffer<T> 10 years ago
Scott Williams bc1440798f move to alpha release 10 years ago
Scott Williams 76905dab5e render using sixlabors.fonts 10 years ago
Anton Firszov fa060e98fa default BulkPixelOperations passing 10 years ago
Scott Williams a98be90e19 update SixLabors.Shapes 10 years ago
Anton Firszov 739db5f3bc fixed PackToXyzBytes 10 years ago
Anton Firszov bf0d03fe89 started implementing operations 10 years ago
Anton Firszov 1d2d7cb6e2 PinnedBuffer<T>, better tests 10 years ago
Anton Firszov 598ebdbd96 BulkPixelOperations<T> skeleton 10 years ago
Scott Williams c3e6980609 Fix drawing on transparent background 10 years ago
Scott Williams c2904aa234 Update SixLabors.Shapes version 10 years ago
James Jackson-South ab0c5d01c9 Inline filters 10 years ago
James Jackson-South c45b945489 Fix #115 10 years ago
Dirk Lemstra 052ecdc337 Changed optional arguments into overloads. 10 years ago
Dirk Lemstra 48baea5ffe Added missing initialization of the quantizer field. 10 years ago
Dirk Lemstra 347dcaa825 Fixed text in comments. 10 years ago
Dirk Lemstra 35fb2974dc Refactored the Create method for the encoder/decoder options. 10 years ago
Dirk Lemstra ce2e129287 Implemented the IEncoderOptions inside the png encoder. 10 years ago
Dirk Lemstra e429b812cc Implemented the IEncoderOptions inside the jpeg encoder. 10 years ago
Dirk Lemstra de7aa06054 Build fixes due to re-base. 10 years ago
Dirk Lemstra 2161916564 Implemented the IEncoderOptions inside the gif encoder. 10 years ago
Dirk Lemstra 5d71c2ceae Options should be readonly. 10 years ago
Dirk Lemstra 20a295afec Comment fixes. 10 years ago
Dirk Lemstra 26aec54e05 Implemented the IEncoderOptions inside the bmp encoder. 10 years ago
Dirk Lemstra 0ace64794a Added options argument to the filePath overloads. 10 years ago
Dirk Lemstra df963df9cb Minor comment change. 10 years ago
Dirk Lemstra 01d2f42cdd Nicer initialization of the options. 10 years ago
Dirk Lemstra 9ac270c6d6 Added overloads to the decoder that use the coder specific options. 10 years ago
Dirk Lemstra 68ac211269 Added options for the encoder. 10 years ago
Dirk Lemstra 839ca54291 StyleCop fix. 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 966648ed0c Use constructor instead of property to get the default decoder options. 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
Dirk Lemstra 395505ac66 Added options for the decoder. 10 years ago
Anton Firszov 33627ee257 Benchmarks: PixelAccessorVirtualCopy, vectorization 10 years ago
Anton Firszov c3ef4a0160 restored <inheritdoc /> on PackedValue-s 10 years ago
Anton Firszov 3cdc423500 The return of IPackedVector<T> 10 years ago
Dirk Lemstra b4057ad78a Added a debug version of the Guard class so we get exceptions for debug asserts instead of a dialog. 10 years ago
Anton Firszov 1125edcef8 IPixel 10 years ago