179 Commits (ddbd62495e16d080ce22443684571bca669fda1e)

Author SHA1 Message Date
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
James Jackson-South fa051190dd Update PngEncoderTests.cs 6 years ago
James Jackson-South cb69622b2e MetaData => Metadata code. 6 years ago
James Jackson-South 77f5bbe3aa MetaData => Metadata 6 years ago
James Jackson-South 5a7091e516 Simplify format specific metadata retrieval. 6 years ago
James Jackson-South d2d51456b5 Gray16 => L16 6 years ago
James Jackson-South 372c691d52 Gray8 => L8 6 years ago
James Jackson-South d68519d133 Alpha8 => A8 6 years ago
James Jackson-South a1e1053bd4 Compare image on windows only for now. 7 years ago
James Jackson-South 94eb476764 Fix #1047 7 years ago
James Jackson-South ab93b0a497 Improve code coverage. 7 years ago
Brian Popow d4b758754a Add CompareToOriginal at the end of Issue1014 test 7 years ago
Brian Popow fdab536376 Add unit test for issue #1014 7 years ago
Sheyne Anderson 7bbd84bac8 Add a test for PngEncoder inference 7 years ago
James Jackson-South dbc5c76eb1 Fix #1004 7 years ago
Simon Cropp 564348631f use var where apparent (#972) 7 years ago
Simon Cropp 6f1134102c Cleanup (#965) 7 years ago
Simon Cropp aac8eae64a fix some spelling (#962) 7 years ago
Simon Cropp edeaf7d9a6 redundant usings (#960) 7 years ago
Ildar 812ef6e4f2 #244 Add support for interlaced PNG encoding (#955) 7 years ago
Brian Popow ff7d8760da Add support for read and write tEXt, iTXt and zTXt chunks (#951) 7 years ago
James Jackson-South 692e244f9a
Fix #937 (#938) 7 years ago
Anton Firszov 52c4a3d417 fix Image.FromStream() + add tests 7 years ago
Jason Nelson 48bac7b334 Update metadata names (#879) 7 years ago
James Jackson-South 76707283fc
Bounds check. Fix #849 (#851) 7 years ago
Brian Popow 13ff434b9e Fix Decoding interlaced grayscale (#831) 7 years ago
Brian Popow 6a60638d5c Fix Decoding 8-Bit grayscale png's with alpha (#830) 7 years ago