41 Commits (07f9a2c27d4a7b9e755100adab51cd99cfb0e69a)

Author SHA1 Message Date
Anton Firszov ebfecf4fda pixel-agnostic decoder API 7 years ago
Jason Nelson fca697206a Update metadata names (#879) 7 years ago
Robin Krom dae7c7a2d8 Some changes to make the usages of GDI in benchmarks and tests more stable, this should hopefully prevent "a generic error occurred in GDI+". Hopefully I didn't miss one... (#835) 7 years ago
Anton Firszov bd78bff113 Feed Configuration to all methods in PixelOperations 7 years ago
Anton Firszov 3d4ae63da5 fix wrong Slice() usages 7 years ago
Anton Firszov ada0225258 Adapt Span.CopyTo(...) semantics for all pixel conversion methods in PixelOperations 7 years ago
Anton Firszov 11ee7f2aef Rename PackFrom*** -> From***: 7 years ago
James Jackson-South 0f412fc88b Add tests for all supported png bit depths. 7 years ago
James Jackson-South 3644451e6d Use dictionaries to store format specific metadata 8 years ago
James Jackson-South eec21fd89e Add derived format info types and allow persistance of palette lengths 8 years ago
Anton Firszov 9e856a23cc Move ImageSharp-specific memory primitives and utils to SixLabors.ImageSharp.Memory 8 years ago
Anton Firszov 12bcdbb49a replace IBuffer<T> with IMemoryOwner<T> 8 years ago
Anton Firszov 507b2f8554 using MagickReferenceDecoder everywhere, added ReferenceDecoderBenchmarks 8 years ago
Anton Firszov 79bba7b4e4 reference encoder is unnecessary 8 years ago
Anton Firszov 817ac0b204 oops 8 years ago
Anton Firszov b5911782ad ImageMagick decoder works 8 years ago
James Jackson-South 9a80514f2c Faster 32-64 bit conversion, update references, and cleanup. 8 years ago
James Jackson-South a8bd6580a2 Use SD, Better conversion and cleanup SD Bridge. 8 years ago
Anton Firszov 85d7548049 rename namespace: SixLabors.ImageSharp.Memory -> SixLabors.Memory 8 years ago
Anton Firszov 6585f9551f RENAME: MemoryManager -> MemoryAllocator 8 years ago
Anton Firszov 5847c5f949 normalize IBuffer2D<T> API 8 years ago
Anton Firszov e610fd0f7a Change IBuffer<T>.Span to IBuffer<T>.GetSpan() to match System.Buffers.MemoryManager<T> API 8 years ago
James Jackson-South 40ac7476fe Fix System.Drawing.Bridge 8 years ago
Jason Nelson 55d0e8c62a Format tests 8 years ago
Anton Firszov caf1ad05a2 MemoryManager returns IBuffer<T> now 8 years ago
Anton Firszov 7881fdd341 Hide Buffer<T> indexer + !! WuQuantizer review in comments !! 8 years ago
Anton Firszov b61574fdd0 clean up Buffer<T> API 8 years ago
denisivan0v abaa167999 changes on code review 8 years ago
denisivan0v 15a8bf20ff Added an API to read base image information without decoding it 8 years ago
Lauri Kotilainen a8b26a41ec - Use Configuration.Default.MemoryManager in tests 8 years ago
Lauri Kotilainen 61b61709a9 - Allocate Buffers from memory manager 8 years ago
Nikita Balabaev 4b8e4d4c41 fix bugs after merge 8 years ago
Scott Williams ed20a807d6 exlusivly use frames to access pixel spans 9 years ago
Scott Williams 93a9b321fa remove Unsafe from namespace 9 years ago
Scott Williams 7c6f399d2d internalise span apis from imagebase 9 years ago
Anton Firszov 71467df85b disabling ValidateProgressivePdfJsOutput 9 years ago
Anton Firszov 8d726512c6 code for verifying original PDF.js output 9 years ago
Anton Firszov 1c18e70fbe Using Corecompat.System.Drawing as reference encoder/decoder for PNG. (Optimizing PNG-s with external tools from now.) 9 years ago
Anton Firszov be6d1aa575 JpegDecoderTests using reference images 9 years ago
Anton Firszov ae86002eb6 test utility refactors 9 years ago