39 Commits (0e9efdf693ff0aed76822a04c8a04133b327b9f2)

Author SHA1 Message Date
James Jackson-South aee47781fb Use Rgb48 for 16 bit png decoding. 8 years ago
Jason Nelson 03b22097e6 Move the png header to constants 8 years ago
Jason Nelson efbe2c7e84 Use PngChunkType enum in TestData 8 years ago
Jason Nelson e8f76ac56a Remove PngChunkTypeNames 8 years ago
Jason Nelson 0e2a9cf1ab Eliminate string allocations for PngChunkType 8 years ago
Anton Firszov 282de173ad detecting mono runtime & skipping some png decoder tests 8 years ago
Jason Nelson f17700f159 Revert "Make PixelTypeInfo a struct" 8 years ago
Jason Nelson 9269aac086 Make PixelTypeInfo a struct 8 years ago
James Jackson-South 0c238c0a24 Fix test 8 years ago
James Jackson-South 96f5de4192 Fix broken test 8 years ago
denisivan0v a631a64dfb Added an API to read base image information without decoding it 9 years ago
JimBobSquarePants 25647a5afc Add missing test for #359 9 years ago
Anton Firszov 209241191b added test cases with images from #313 and #314 9 years ago
James Jackson-South abeaf6b493 Fix #301 9 years ago
Scott Williams 67a322b4db Formats per type namespaces 9 years ago
Anton Firszov 5a246ef397 skipping a few more test cases on Linux 9 years ago
Anton Firszov b6fc55be0b Moved @devedse-s test cases from ImageEqualTests to PngDecoderTests. 9 years ago
Anton Firszov c1b0df9cee at least let's have a non-skipped Decode_Interlaced_DoesNotThrow() test case 9 years ago
Anton Firszov d03e557980 skipping tests indicating PNG decoder bugs :( 9 years ago
Anton Firszov 106fa8d85e separate [Theory] for 48Bpp, that could be skipped on Linux! 9 years ago
Anton Firszov 72d6c49609 reduce the number of test cases in PngDecoderTests 9 years ago
Anton Firszov 02eb5f2f13 PngDecoder is covered now, and proven to be buggy :P 9 years ago
Nikita Balabaev 1d81aedfd9 fixes on code review 9 years ago
Scott Williams 94c60cb338 inital rename packages and namespaces 9 years ago
Nikita Balabaev f8573e334a Add an equivalent for System.Drawing.Image.GetPixelFormatSize() (#258) 9 years ago
Dirk Lemstra 852ae7b777 Only throw exceptions when the CRC of a critical chunk is incorrect. 9 years ago
Nikita Balabaev ba6e00499c fix #277 9 years ago
Anton Firszov 7eca259587 always DebugSave() png-s 9 years ago
Scott Williams ea44e6ce15 refactor encoders/decoders 9 years ago
James Jackson-South eb207d41e9 Fix #247 9 years ago
James Jackson-South 5ec3f28532 Remove StandardImageClass 9 years ago
James Jackson-South 1ebb23009e BinaryThresholdTests as template 9 years ago
James Jackson-South 450987dc00 Remove non-generic Image 9 years ago
Anton Firszov 8a63ceb75b tests for Png & Gif codecs 9 years ago
Scott Williams e29f3eadd9 fix all instances of var 9 years ago
Dirk Lemstra a9f4dc07a0 Renamed test classes. 9 years ago
Dirk Lemstra 38e7a2dc1b Added extra overload for TestFile.CreateImage and used it in the tests. 10 years ago
Dirk Lemstra 340ed87176 Implemented the IDecoderOptions inside the png decoder. 10 years ago