128 Commits (efcbe141b01ab6d3cd4cd5de9ab0f2f16089ecc8)

Author SHA1 Message Date
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
James Jackson-South 6849617065 Fix trns preservation and add tests 8 years ago
James Jackson-South f79f1894a3 Reduce allocatoins, check bit depth and rename. 8 years ago
James Jackson-South fbde4f32fd Use scaled luminance trns comparison. 8 years ago
Jason Nelson 074a02634a Use ASCII Encoding when known to be ASCII 8 years ago
Jason Nelson f2f686c888 Use static Encoding.ASCII property 8 years ago
James Jackson-South a9e0da2465 Add tests for all supported png bit depths. 8 years ago
James Jackson-South d134300dbb Clone => DeepClone 8 years ago
James Jackson-South 6e8b167354 Rename DeepClone => Clone 8 years ago
James Jackson-South 7698f5d286 Add metadata cloning tests 8 years ago
James Jackson-South c91d9154f6 Simplify metadata API 8 years ago
James Jackson-South ea0ab8bb50 Png now correctly encodes 1, 2, 4 bit images 8 years ago
James Jackson-South b176a0ec17 Add bmp and jpeg tests 8 years ago
James Jackson-South 0eb55cf53f Add png tests 8 years ago
James Jackson-South de02be2e5e Fix broken chunk test 8 years ago
James Jackson-South fc2dc1b69d Update ImageSharp Namespaces. 8 years ago
Anton Firszov 52c9ca4a3d pushed a bad value accidentally in my previous commit 8 years ago
Anton Firszov 93585fd00c try to fine-tune tolerance in PngEncoderTests + better Rgba64.ToString() 8 years ago
James Jackson-South ab234b3efb Handle CI craziness. 8 years ago
Anton Firszov c42ee793c8 PngEncoderTests.WorksWithBitDepth16 8 years ago
Anton Firszov 4fe7f1b6de PngDecoderTests.Chunks.cs 8 years ago
Anton Firszov 363ce81e04 clanup + exact comparison for all PngDecoderTests 8 years ago
James Jackson-South 922d367fe6 More tests 8 years ago
James Jackson-South 5da4184217 Better tRNS coverage 8 years ago
James Jackson-South 34d1441892 Use SD, Better conversion and cleanup SD Bridge. 8 years ago
James Jackson-South 2d6eafa357 Use tolerant comparer. 8 years ago
James Jackson-South 1d8c2398ca Remove allocation when upscaling. 8 years ago
James Jackson-South 8628aaa8a6 Add 16bit decoder tests. 8 years ago
James Jackson-South bb29ff9e1a Can now encode 16bit pngs. 8 years ago
James Jackson-South aee47781fb Use Rgb48 for 16 bit png decoding. 8 years ago
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