6600 Commits (7ff7075e04b6cfad112dfafffc76eee0372e47e5)

Author SHA1 Message Date
Anton Firszov 43a482dc71 PixelDataPool<T> is static again, it no longer clears it's arrays. 10 years ago
Anton Firszov bf92d664e4 BufferPointer<T>.Clear() 10 years ago
Anton Firszov 81ce9f5977 inlining 10 years ago
Anton Firszov 3064b2ba20 better BufferPointer.Copy() 10 years ago
Anton Firszov ebfd6ce899 if (count < 256) { no SIMD } 10 years ago
James Jackson-South 0b08485708 Fix #127 10 years ago
Anton Firszov 973be3c4ac PixelDataPool<T> is no longer static having PixelDataPool<T>.Clean + PixelDataPool<T>.Dirty instead 10 years ago
Anton Firszov 0e526eeeb1 benchmarks 10 years ago
Anton Firszov 13ab7a4631 Using BulkPixelOperations<T> in PixelAccessor<T> 10 years ago
Anton Firszov 6fbd5e1bbc StyleStalin 10 years ago
Anton Firszov e8b0945052 naming 10 years ago
Anton Firszov 6357b94034 even better BufferPointer.Copy() 10 years ago
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
Andrew Wilkinson 2a89db1a06 Read raw bytes for IFD entries 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
Andrew Wilkinson dff3ca43cf Read raw data from TIFF IFDs 10 years ago
Andrew Wilkinson f0237696f9 Make TiffDecoderCore more unit-testable 10 years ago
Anton Firszov fa060e98fa default BulkPixelOperations passing 10 years ago
Scott Williams a98be90e19 update SixLabors.Shapes 10 years ago
Andrew Wilkinson 300a4bd03c Make Tiff implementation details internal 10 years ago
Andrew Wilkinson 1c9f39918f Read and validate the TIFF file header. 10 years ago
Anton Firszov 739db5f3bc fixed PackToXyzBytes 10 years ago
Anton Firszov bf0d03fe89 started implementing operations 10 years ago
Andrew Wilkinson 9848245df3 Add stub Tiff encoders/decoders 10 years ago
Andrew Wilkinson b120e7b359 Reference ImageSharp (temporary code sharing) 10 years ago
Anton Firszov 1d2d7cb6e2 PinnedBuffer<T>, better tests 10 years ago
Anton Firszov 598ebdbd96 BulkPixelOperations<T> skeleton 10 years ago
Andrew Wilkinson 64f791d8d8 Add Tiff implementation of IImageFormat 10 years ago
Andrew Wilkinson 1b568ceedd Add initial Tiff codec projects, and TiffGen 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