211 Commits (bb74f5f6e2e8a3f14366ecf63e754daee203e2fd)

Author SHA1 Message Date
James Jackson-South 4565fda8c1 ImageMaths => ImageMath 6 years ago
James Jackson-South 771829d3f2 Add 4 channel float shuffling. 6 years ago
James Jackson-South d4fb78b098 Auto repair Png options to use Bit8. Fixes #935 6 years ago
James Jackson-South 60acc49f50 Update PngEncoderTests.cs 6 years ago
James Jackson-South 314e9f6b07 Don't use generics. 6 years ago
James Jackson-South 65b19967fa Add skip for dotnet xunit 6 years ago
James Jackson-South c061218da8 Disable failing RemoteExecutor tests on NETFX. 6 years ago
James Jackson-South 36b3fab2d9 Make stream buffer size configurable. Fixes #1276 6 years ago
pekspro 8cd3948d2b Adds file header on image extensions tests. 6 years ago
pekspro a7b9734c70 Adds ImageExtensionsTest for png. 6 years ago
James Jackson-South 5f78f19605 Add tests 6 years ago
James Jackson-South ffe2d6995b Update license 6 years ago
James Jackson-South 8b69138b0d Update PngEncoderTests.cs 6 years ago
James Jackson-South 8580772161 Swap buffers. Fix #1211 6 years ago
James Jackson-South 8a5072b317 Return input value on empty 6 years ago
James Jackson-South f6f6b51550 Better checksum tests 6 years ago
James Jackson-South 6bbe57c5d3 Add hardware accelerated checksums 6 years ago
Brian Popow b69d772659 Rename PngTransparentColorBehavior to PngTransparentColorMode 6 years ago
Brian Popow 129b6392d5 Switched Preserve to be 0 for PngTransparentColorBehavior enum 6 years ago
Brian Popow ec3656ff7a Add PngTransparentColorBehavior enum 6 years ago
Brian Popow bc7eb2791d Add IgnoreMetadata to the png encoder options 6 years ago
James Jackson-South 4e3dce1e95 Update source license info. 6 years ago
Brian Popow f9c2f6ade6 Improve exclude filter test to also check presence of expected chunks 6 years ago
Brian Popow a86713f25e Add tests for make transparent black option 6 years ago
Brian Popow f257ef2217 Add tests for exclude filter 6 years ago
Brian Popow 6765f96120 Renamed enum to PngChunkFilter and also renamed enum names 6 years ago
James Jackson-South a651570b48 Use enum over int. 6 years ago
Brian Popow 08de04b505 Change test expectations due to exception change 6 years ago
Brian Popow 7161aa6f27 Fix warning 6 years ago
Brian Popow 7af7d41e1b Add tests to ensure chunk order 6 years ago
Brian Popow 03547d078c Identify reads now exif data 6 years ago
Brian Popow 6f2304bf6f Identify now parses zTXt and iTXt chunks 6 years ago
Brian Popow 6fb16cd44a Fix chunk type unit tests 6 years ago
Brian Popow 67c4007d3d Additional png test cases 6 years ago
Brian Popow b394e0594e Add additional chunk types 6 years ago
James Jackson-South 7ef02eba1f Update tests 6 years ago
James Jackson-South ccbb6d95f6 Always read CRC. 6 years ago
Sergio Pedri 6735eecdda Fixed leftover pixel type constraint in test project 6 years ago
James Jackson-South ee0600e682 Don't backpeddle when reading chunk lengths. Fix #1127 6 years ago
Sergio Pedri 5cccfbcacd Switched pixel format type constraint to unmanaged 6 years ago
Anton Firszov 55c6ae51fe InBytes->InBytesSqrt, InPixels->InPixelsSqrt 6 years ago
James Jackson-South e535d1d409 Add dither scaling and simplify API. 6 years ago
Brian Popow b35e3cbfbd Fix DegenerateMemoryRequest tests 6 years ago
Brian Popow 8d3051ff10 Add tests for discontiguous buffers for png 6 years ago
James Jackson-South 15a7a557f2 Revert `using` declaration changes for until we establish guidelines. 6 years ago
James Jackson-South b485452630 Update options helper to use switch and complete tests 6 years ago
Brian Popow f897ab6f8d Change WithTestPatternImageAttribute to WithTestPatternImagesAttribute 6 years ago
Brian Popow 38454f8fde Use using declarations to reduce nesting 6 years ago
Brian Popow 43cbdab113 Fix stylecop warnings in the test project 6 years ago
James Jackson-South 5f06fb9d9c Restore CI variable and skip troublesome tests 6 years ago