39 Commits (4b28acff6d5a5f795106dd866b7dbb5173d06be2)

Author SHA1 Message Date
Brian Popow 4b28acff6d Remove TiffEncoderCompression, use TiffCompression enum instead 5 years ago
Brian Popow 8f3f35c51e Re-add tests for color palette and deflate/lzw compression 5 years ago
Brian Popow 966d743d08 Rename tiff bits per pixels enum values 5 years ago
Brian Popow 1dbe583824 Allow encoding 4bit color palette images 5 years ago
Brian Popow 572f616ae3 Add PhotometricInterpretation to the tiff metadata 5 years ago
Ildar Khayrutdinov 8cc2ce38f8 Correct test 5 years ago
Ildar Khayrutdinov 4b210bbfe0 Rename tests 5 years ago
Brian Popow 0e1e8fe531 Use tolerant comparer for color palette tests 5 years ago
Ildar Khayrutdinov 3b4bc1de23 Remove TiffEncoderPixelStorageMethod, add CRC writing for deflate. Correct tests. 5 years ago
Ildar Khayrutdinov 74dacb6601 Report palette lzw bug 5 years ago
Ildar Khayrutdinov 9e139882c4 Support multi strip encoding for tiff. Improve performance and memory usage of decoders and encoders. 5 years ago
Ildar Khayrutdinov 586f8e5ee2 Report 1-bit mode bug. Enable test images. Change test files. 5 years ago
Brian Popow 23830a60ea Add helper method to register the TIFF format 5 years ago
Brian Popow 2f1f77597f Use configuration instance in tiff tests instead of changing the default config 5 years ago
Brian Popow 57b19f519e Do not register Tiff in the default config: The user must do this manually as long as this feature is considered experimental 5 years ago
Brian Popow 4175fb8bf6 Add tests for tiff encoder options 5 years ago
Brian Popow cbb69113cd Add compression to the tiff metadata 5 years ago
Brian Popow f6f673e742 Add option to use lzw with paletted image 5 years ago
Brian Popow c119adb18e Allow horizontal prediction with palette and deflate 5 years ago
Brian Popow 7ac6fa6a82 Add support for encoding tiff's with lzw compression 6 years ago
Brian Popow 56ac3f8f29 Add support for encoding tiff with deflate and horizontal predictor 6 years ago
Brian Popow 163f49973e Refactor Tiff decoder tests: split large "testall" test into smaller ones 6 years ago
Brian Popow 48c8346006 Fix issue comparing to wrong image in encode paletted color tiff tests 6 years ago
Brian Popow 8e85b1dd69 Fix issue writing too large color palette 6 years ago
Brian Popow 57fe8ea703 Change tiff namespace to SixLabors.ImageSharp.Formats.Experimental.Tiff 6 years ago
Brian Popow 22f7ec2a1c Change paletted tiff encoder tests 6 years ago
Brian Popow 7275b6c282 Add option to use PackBits with paletted tiff's 6 years ago
Brian Popow d3a8f5ef69 Add support for encoding packed bits compressed tiff's 6 years ago
Brian Popow 0d5f255e4e Add support for encoding modified huffman RLE 6 years ago
Brian Popow 719c7fae21 Add ccitt fax3 test images 6 years ago
Brian Popow 262b63f5eb Add option to use deflate compression for bicolor images 6 years ago
Brian Popow add82fc4b3 Allow deflate compression for paletted tiff's 6 years ago
Brian Popow d0d57ca61a Allow deflate compression for gray tiff 6 years ago
Brian Popow edcdc08efd Fix issue with encoding paletted tiff when quantized palette is smaller than 256 6 years ago
Brian Popow 4e5be46960 Add support for encoding deflate compressed tiff's 6 years ago
Brian Popow a0e406bec8 Add tiff encoding mode enum 6 years ago
Brian Popow c7511c7bd6 Add support for writing palette color tiff's 6 years ago
Brian Popow a7deb8b251 Add Tiff encoder Tests 6 years ago