3341 Commits (998d62930c16862986bc52628e18dafec02db696)

Author SHA1 Message Date
Brian Popow 998d62930c Add tiff encoder option to choose the deflate compression level 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 b00104d769 Rework horizontal predictor: Fixes issue with paletted images which use a predictor 5 years ago
Ildar Khayrutdinov 3a4c0d007e Perform tests files 6 years ago
Brian Popow 8e34f989c9 LzwEncoder now uses the memory allocator 6 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 73fdeee347 Fix issue with huffman RLE where last bits of a row could get ignored 6 years ago
James Jackson-South ed894cd5d9 Fix build 6 years ago
Brian Popow 74771b366c Fix broken test images 6 years ago
James Jackson-South 472d639192 Update to use new props/targets plus cleanup. 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 00331086fa Add support for undoing horizontal prediction: Works with deflate, still some issue with lzw 6 years ago
Brian Popow 22f7ec2a1c Change paletted tiff encoder tests 6 years ago
Brian Popow 6851e4bd74 Fix warnings 6 years ago
Brian Popow 778c5baaa7 Fix namespaces 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 3406764a54 Fix compression namespace 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
Amaury Levé 1547379bdd Forgot to commit tests 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
Amaury Levé 1412942751 Apply suggested change for test 6 years ago
Brian Popow a7deb8b251 Add Tiff encoder Tests 6 years ago
Brian Popow 838a1f7fd0 First attempt writing uncompressed tiff 6 years ago
Evangelink a665bce50e Update integration tests 6 years ago
Evangelink e9738f21eb Fix unit test 6 years ago
Evangelink a5e9694667 More progress toward a working swizzler 6 years ago
James Jackson-South 8d3cddab30 No more Vector4Utils & ImageMath 6 years ago
James Jackson-South 8799ca53d6 Add benchmark results. 6 years ago
James Jackson-South ddacec2b41 Moar Utils 6 years ago
James Jackson-South f66fe45ac1 Utils FTW 6 years ago
James Jackson-South 3bdbfe620e Replace clamp extensions 6 years ago
James Jackson-South 124a54c5ad ImageMaths => ImageMath 6 years ago
James Jackson-South e9f734a943 Introduce Numerics and migrate ImageMaths methods 6 years ago
Brian Popow 8122bed91b Add support for decompressing huffman encoded tiffs 6 years ago
Brian Popow 0bb8165902 Fix issue with CCITT T4 with white runs of length 0 at the start of a scanline 6 years ago
Brian Popow 250ba56fa5 Add test images for fax3 compressed tiff 6 years ago