87 Commits (71d5819d94de824df8d9bfbeb322f8ce8b03971a)

Author SHA1 Message Date
Anton Firszov 994f5fc4a1 "BlendedShapes" -> SolidFillBlendedShapesTests 8 years ago
James Jackson-South 2fccea5870 Add the ability to choose the filter method to use when encoding a png 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 e509638313 Cleanup 8 years ago
Jason Nelson 9ee4054ba6 Add test to ensure the chunk type values are correct 8 years ago
Jason Nelson 0e2a9cf1ab Eliminate string allocations for PngChunkType 8 years ago
Anton Firszov 6889067310 improve robustness / add tolerance 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 0e8220294b Use non-generic IQuantizer for image formats 8 years ago
James Jackson-South 84a5a8e5d1 Quantizer 8 years ago
James Jackson-South a1f2d063f3 Transforms 8 years ago
James Jackson-South b19471ab4a Overlays and base processors 8 years ago
James Jackson-South 0c238c0a24 Fix test 8 years ago
James Jackson-South 96f5de4192 Fix broken test 8 years ago
Anton Firszov b46792a10a fixed PngEncoderTests 8 years ago
Anton Firszov 8337046d66 MakeOpaque + fixing BmpEncoderTests 8 years ago
Anton Firszov 3819c756a9 dropping MemoryManager ctr. argument: 8 years ago
Anton Firszov 525124d849 removing unused stuff 8 years ago
Anton Firszov 079f46c437 adding a few more cases to PngEncoderTests 8 years ago
Anton Firszov 72e465d272 use ImageComparer.Tolerant() when testing Palette PNG encoding 8 years ago
Anton Firszov ad3eee5364 PngEncoderTests using reference images 8 years ago
denisivan0v a631a64dfb Added an API to read base image information without decoding it 8 years ago
Lauri Kotilainen f1412d3c76 - Use Configuration.Default.MemoryManager in tests 8 years ago
JimBobSquarePants 25647a5afc Add missing test for #359 8 years ago
Dirk Lemstra 10926cc05e Silence warnings. 9 years ago
Dirk Lemstra c8fcfc0c49 Silence warnings. 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
Anton Firszov f9cd6b6364 replaced old comparer everywhere 9 years ago
Anton Firszov 619ad53ae3 changed ImageComparer design again 9 years ago
Anton Firszov a00aec7d13 ImageComparer refactors, ExactComparer 9 years ago
Anton Firszov 572db70eb4 build fix + clean up ImageDataAttributeBase code duplication 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
JimBobSquarePants 51eca28eb6 Disable smoke test 9 years ago
Nikita Balabaev ba6e00499c fix #277 9 years ago