64 Commits (2d88f2ce08fa7055f6ffc29fed3217102754ea02)

Author SHA1 Message Date
James Jackson-South 8d12e539a9 Allow selectively bypassing bmp verification. 5 years ago
Dirk Lemstra 11f2c96667
Reverted using the read defines. 5 years ago
James Jackson-South b7185acf45 Fix bad merge 5 years ago
Dirk Lemstra 08771fe8ab
Update tests/ImageSharp.Tests/TestUtilities/ReferenceCodecs/MagickReferenceDecoder.cs 5 years ago
Dirk Lemstra 97d6413640
Use settings in the constructor. 5 years ago
Dirk Lemstra 722a014f12
Upgraded Magick.NET. 5 years ago
James Jackson-South 87c7d3f89c Update test 3rd party libraries 5 years ago
Anton Firszov 0250a046a0 cancellation support for encoders 6 years ago
Anton Firszov f0f6c305e3 fix tests 6 years ago
Anton Firszov 9c465a7ff2 add asynchronous decoder logic 6 years ago
James Jackson-South c488b5b62d Revert Magick changes 6 years ago
James Jackson-South 362c5ddbc9 Update all dependency references. 6 years ago
James Jackson-South 874115bd0a Update license 6 years ago
Scott Williams 3a809ec4c5 Add Async APIs to IImageEncoder and IImageDecoder 6 years ago
James Jackson-South 6183dd8c13 Update source license info. 6 years ago
Sergio Pedri 94c4660d10 Switched pixel format type constraint to unmanaged 6 years ago
Anton Firszov 7d8fbf6df8 implement review suggestions 6 years ago
Anton Firszov f99ead64c2 fix JpegEncoder disco buffer handling 6 years ago
James Jackson-South 8cd722cfc5 Revert `using` declaration changes for until we establish guidelines. 6 years ago
Brian Popow f60bc937de Use using declarations to reduce nesting 6 years ago
Brian Popow 7b052c8076 Fix stylecop warnings in the test project 6 years ago
James Jackson-South c24b364be1 Merge namespaces 6 years ago
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