34 Commits (39f48754042739f4c5c028cecd78a7bd8fcb1f74)

Author SHA1 Message Date
Anton Firszov cb43d04d9e detecting mono runtime & skipping some png decoder tests 8 years ago
Jason Nelson 3f196ee4a1 Revert "Make PixelTypeInfo a struct" 8 years ago
Jason Nelson d8b188ffc3 Make PixelTypeInfo a struct 8 years ago
James Jackson-South aca4560118 Fix test 8 years ago
James Jackson-South 61f7a21811 Fix broken test 8 years ago
denisivan0v 15a8bf20ff Added an API to read base image information without decoding it 9 years ago
JimBobSquarePants a55cac8a99 Add missing test for #359 9 years ago
Anton Firszov 31b4fbdba6 added test cases with images from #313 and #314 9 years ago
James Jackson-South 5a33414d5f Fix #301 9 years ago
Scott Williams 4a1eb7cbd0 Formats per type namespaces 9 years ago
Anton Firszov 6ad5eca9e3 skipping a few more test cases on Linux 9 years ago
Anton Firszov 6338be3a30 Moved @devedse-s test cases from ImageEqualTests to PngDecoderTests. 9 years ago
Anton Firszov 3ff9b70a2d at least let's have a non-skipped Decode_Interlaced_DoesNotThrow() test case 9 years ago
Anton Firszov 886afd7cdf skipping tests indicating PNG decoder bugs :( 9 years ago
Anton Firszov 77b8b846f7 separate [Theory] for 48Bpp, that could be skipped on Linux! 9 years ago
Anton Firszov 4f08474d41 reduce the number of test cases in PngDecoderTests 9 years ago
Anton Firszov ad766e6d2c PngDecoder is covered now, and proven to be buggy :P 9 years ago
Nikita Balabaev 53d69674a2 fixes on code review 9 years ago
Scott Williams 872ca973de inital rename packages and namespaces 9 years ago
Nikita Balabaev 855ef8cf5d Add an equivalent for System.Drawing.Image.GetPixelFormatSize() (#258) 9 years ago
Dirk Lemstra 9be8649a8e Only throw exceptions when the CRC of a critical chunk is incorrect. 9 years ago
Nikita Balabaev 74b0d0aff2 fix #277 9 years ago
Anton Firszov 6208042d36 always DebugSave() png-s 9 years ago
Scott Williams 42e0395a60 refactor encoders/decoders 9 years ago
James Jackson-South 93e757573a Fix #247 9 years ago
James Jackson-South 5fa10c0ab3 Remove StandardImageClass 9 years ago
James Jackson-South 0dcbf0af2e BinaryThresholdTests as template 9 years ago
James Jackson-South 119c1bf70f Remove non-generic Image 9 years ago
Anton Firszov 4ac74e5a60 tests for Png & Gif codecs 9 years ago
Scott Williams 095c3fb5fb fix all instances of var 9 years ago
Dirk Lemstra 1b4b8043bc Renamed test classes. 10 years ago
Dirk Lemstra c56ab2fdab Added extra overload for TestFile.CreateImage and used it in the tests. 10 years ago
Dirk Lemstra b27fa62a6a Implemented the IDecoderOptions inside the png decoder. 10 years ago