70 Commits (816c99cf29042c61d802f6edc7da166831651698)

Author SHA1 Message Date
James Jackson-South d4ee48901c Faster decoding 8 years ago
Anton Firszov 07baed95c2 replaced PixelAccessor<T> with Buffer2D<T> in several processors 8 years ago
Anton Firszov a61707661c removed PixelArea<T>! 8 years ago
Anton Firszov 1e70705621 fix regression in GifDecoderCore 8 years ago
Anton Firszov 17018555c5 hide Buffer<T>.Array, use IManagedByteBuffer when necessary 8 years ago
Anton Firszov c08b155d2c fix build after merge 8 years ago
denisivan0v abaa167999 changes on code review 8 years ago
denisivan0v 35e2a08348 bugfix in GifDecoderCore.Identity 8 years ago
denisivan0v d31a522493 codestyle fixes 8 years ago
denisivan0v 15a8bf20ff Added an API to read base image information without decoding it 8 years ago
Lauri Kotilainen 3562d9bd8f - Removing more usages of ArrayPool 8 years ago
Lauri Kotilainen 8d44ae346e - Explicitly pass MemoryManager to the places that 8 years ago
Lauri Kotilainen 61b61709a9 - Allocate Buffers from memory manager 8 years ago
James Jackson-South 124b349500 Fix #403 9 years ago
James Jackson-South e884bc3490 Fix #405 9 years ago
James Jackson-South eecffcce6c Use clean buffers. Fix #390 9 years ago
James Jackson-South e8dfbccaf9 Add FrameDecodingMode. Fix #255 9 years ago
James Jackson-South f53a047a07 Cleanup gif decoder classes 9 years ago
Scott Williams 67cda9b4c8 refactor ImageFrameCollection for updated API 9 years ago
Scott Williams 19ed95c09c fix missed IFrameMetaData method 9 years ago
Scott Williams ed20a807d6 exlusivly use frames to access pixel spans 9 years ago
Scott Williams ec2503c2e4 wip - pixel data only on image frames 9 years ago
Scott Williams 93a9b321fa remove Unsafe from namespace 9 years ago
Scott Williams 7c6f399d2d internalise span apis from imagebase 9 years ago
Scott Williams 4a1eb7cbd0 Formats per type namespaces 9 years ago
Scott Williams 763239563b metadata namespace fixes 9 years ago
Scott Williams 872ca973de inital rename packages and namespaces 9 years ago
James Jackson-South b8a047d4b5 Fix #281 9 years ago
Dirk Lemstra 234107de08 Sealed some classes and made some classes internal. 9 years ago
Scott Williams a1908fb909 add internal IXXOptions to provider cleaner passing of params to core encoders/decoders 9 years ago
Scott Williams 5e477e4537 fix formats + added sample for switching out encoders/decoders 9 years ago
Scott Williams 42e0395a60 refactor encoders/decoders 9 years ago
Scott Williams 7f8d10c89a migrate to use primitives from SixLabors.Core 9 years ago
Anton Firszov ae70af3159 document and refactor GetRgb24() 9 years ago
Anton Firszov eb2a3bd155 almost done 9 years ago
James Jackson-South 6208f27b8a Read spec, fix gifs 9 years ago
Scott Williams 41b1833e8f move Configuration to be fist paramater. 9 years ago
Scott Williams f01192c604 remove Image.Create 9 years ago
James Jackson-South 8dbf34b12d Use better static format for Load etc. 9 years ago
James Jackson-South 119c1bf70f Remove non-generic Image 9 years ago
James Jackson-South e2533d3635 Remove unneeded check 9 years ago
James Jackson-South de2e51e224 Ensure correct disposal method is carried across 9 years ago
James Jackson-South 7d2fe2c7e5 Move IPixel types to PixelFormat namespace 9 years ago
James Jackson-South fff223ef07 Rename TColor to TPixel 9 years ago
Scott Williams 69100f4f0c Move metadata loading into constructor/creator. 9 years ago
Scott Williams cc32d2d398 pass configuration & ensure only single image created 9 years ago
Scott Williams 177064f05a Move image loading out of constructors and into static methods 9 years ago
Scott Williams 3b59b02488 consolidate packages 9 years ago
Dirk Lemstra 2161916564 Implemented the IEncoderOptions inside the gif encoder. 9 years ago
Dirk Lemstra 6878997af7 Also allow specification of the text encoding inside the gif decoder. 9 years ago