63 Commits (c9bb6cde47c5f7a36b062b63a257c2256b8e4e71)

Author SHA1 Message Date
James Jackson-South f1f4a1495b Use enum over int. 6 years ago
Brian Popow 436256a16e Fix warning 6 years ago
Brian Popow 9e7cd79b37 Add tests to ensure chunk order 6 years ago
Sergio Pedri 94c4660d10 Switched pixel format type constraint to unmanaged 6 years ago
Anton Firszov ee93aa406d InBytes->InBytesSqrt, InPixels->InPixelsSqrt 6 years ago
James Jackson-South ba38de5843 Add dither scaling and simplify API. 6 years ago
Brian Popow a02705a72e Add tests for discontiguous buffers for png 6 years ago
James Jackson-South 8cd722cfc5 Revert `using` declaration changes for until we establish guidelines. 6 years ago
James Jackson-South bc1dde64c8 Update options helper to use switch and complete tests 6 years ago
Brian Popow 51230a776f Change WithTestPatternImageAttribute to WithTestPatternImagesAttribute 6 years ago
Brian Popow f60bc937de Use using declarations to reduce nesting 6 years ago
Brian Popow 7b052c8076 Fix stylecop warnings in the test project 6 years ago
James Jackson-South ed53c82899 Restore CI variable and skip troublesome tests 6 years ago
James Jackson-South d4af87b88f Update PngEncoderTests.cs 6 years ago
James Jackson-South dfd2b641d5 Simplify format specific metadata retrieval. 6 years ago
James Jackson-South 895c7f584b Gray16 => L16 6 years ago
James Jackson-South a35b73245a Gray8 => L8 6 years ago
James Jackson-South 9e232fe57a Improve code coverage. 7 years ago
Sheyne Anderson 9c48edd685 Add a test for PngEncoder inference 7 years ago
Ildar 5aec0d8fe9 #244 Add support for interlaced PNG encoding (#955) 7 years ago
Brian Popow d9925234a4 Add support for read and write tEXt, iTXt and zTXt chunks (#951) 7 years ago
Anton Firszov 5215a13cbb fix Image.FromStream() + add tests 7 years ago
Jason Nelson fca697206a Update metadata names (#879) 7 years ago
James Jackson-South 3235ce41b8 Fix trns preservation and add tests 8 years ago
James Jackson-South 0f412fc88b Add tests for all supported png bit depths. 8 years ago
James Jackson-South 06b9c54248 Simplify metadata API 8 years ago
James Jackson-South bd5b0c07eb Png now correctly encodes 1, 2, 4 bit images 8 years ago
James Jackson-South ea9ce31931 Add png tests 8 years ago
James Jackson-South 0d2214923f Update ImageSharp Namespaces. 8 years ago
Anton Firszov eca812821d pushed a bad value accidentally in my previous commit 8 years ago
Anton Firszov 849806843b try to fine-tune tolerance in PngEncoderTests + better Rgba64.ToString() 8 years ago
James Jackson-South da762b0264 Handle CI craziness. 8 years ago
Anton Firszov 0b516fc4b9 PngEncoderTests.WorksWithBitDepth16 8 years ago
James Jackson-South 011e9c32f1 Can now encode 16bit pngs. 8 years ago
Anton Firszov 2b07bc46e2 "BlendedShapes" -> SolidFillBlendedShapesTests 8 years ago
James Jackson-South 3f5ae10096 Add the ability to choose the filter method to use when encoding a png 8 years ago
Anton Firszov dc5e6df835 improve robustness / add tolerance 8 years ago
Anton Firszov cb43d04d9e detecting mono runtime & skipping some png decoder tests 8 years ago
James Jackson-South 69516e110b Use non-generic IQuantizer for image formats 8 years ago
James Jackson-South 4bc09cf794 Quantizer 8 years ago
James Jackson-South 091cb8a3b5 Overlays and base processors 8 years ago
Anton Firszov 9dc3261310 fixed PngEncoderTests 8 years ago
Anton Firszov 6ab7954bfd MakeOpaque + fixing BmpEncoderTests 8 years ago
Anton Firszov 27dade8d33 dropping MemoryManager ctr. argument: 8 years ago
Anton Firszov 4f04027bdc removing unused stuff 8 years ago
Anton Firszov 70ed6c7b82 adding a few more cases to PngEncoderTests 8 years ago
Anton Firszov 28c4e2c93e use ImageComparer.Tolerant() when testing Palette PNG encoding 8 years ago
Anton Firszov a470f61e07 PngEncoderTests using reference images 8 years ago
Lauri Kotilainen a8b26a41ec - Use Configuration.Default.MemoryManager in tests 8 years ago
Dirk Lemstra cf8fce7df1 Silence warnings. 9 years ago