3338 Commits (7b716890f7743b62b7b22f406af10c751efddc92)

Author SHA1 Message Date
Brian Popow 7b716890f7 Allow horizontal prediction with palette and deflate 6 years ago
Brian Popow bdd922f004 Rework horizontal predictor: Fixes issue with paletted images which use a predictor 6 years ago
Ildar Khayrutdinov 1e9f41142e Perform tests files 6 years ago
Brian Popow 8118818365 LzwEncoder now uses the memory allocator 6 years ago
Brian Popow 2ac6343a25 Add support for encoding tiff's with lzw compression 6 years ago
Brian Popow 73388c0a3d Add support for encoding tiff with deflate and horizontal predictor 6 years ago
Brian Popow 440ac499de Refactor Tiff decoder tests: split large "testall" test into smaller ones 6 years ago
Brian Popow 0bb0ab0c00 Fix issue with huffman RLE where last bits of a row could get ignored 6 years ago
James Jackson-South 5918b388be Fix build 6 years ago
Brian Popow 623ba3f0b4 Fix broken test images 6 years ago
James Jackson-South 0a85de6abc Update to use new props/targets plus cleanup. 6 years ago
Brian Popow 01c7cd8194 Fix issue comparing to wrong image in encode paletted color tiff tests 6 years ago
Brian Popow 3c13a8ec56 Fix issue writing too large color palette 6 years ago
Brian Popow 81513714cb Change tiff namespace to SixLabors.ImageSharp.Formats.Experimental.Tiff 6 years ago
Brian Popow 52d30c24cd Add support for undoing horizontal prediction: Works with deflate, still some issue with lzw 6 years ago
Brian Popow c282898999 Change paletted tiff encoder tests 6 years ago
Brian Popow 472c113950 Fix warnings 6 years ago
Brian Popow b430486d38 Fix namespaces 6 years ago
Brian Popow 8562403ec7 Add option to use PackBits with paletted tiff's 6 years ago
Brian Popow 54fa268fb6 Add support for encoding packed bits compressed tiff's 6 years ago
Brian Popow c976600520 Add support for encoding modified huffman RLE 6 years ago
Brian Popow a124685c9b Fix compression namespace 6 years ago
Brian Popow dc275506ca Add ccitt fax3 test images 6 years ago
Brian Popow ac2f5316ec Add option to use deflate compression for bicolor images 6 years ago
Brian Popow a630e11c96 Allow deflate compression for paletted tiff's 6 years ago
Brian Popow d9c76ed8bd Allow deflate compression for gray tiff 6 years ago
Brian Popow 7f64fbc380 Fix issue with encoding paletted tiff when quantized palette is smaller than 256 6 years ago
Brian Popow 345fdb3213 Add support for encoding deflate compressed tiff's 6 years ago
Amaury Levé 7c5f39d47c Forgot to commit tests 6 years ago
Brian Popow 2167c937e9 Add tiff encoding mode enum 6 years ago
Brian Popow aac43f9fd8 Add support for writing palette color tiff's 6 years ago
Amaury Levé f1a799ec74 Apply suggested change for test 6 years ago
Brian Popow 7c663240f3 Add Tiff encoder Tests 6 years ago
Brian Popow e2669707c6 First attempt writing uncompressed tiff 6 years ago
Evangelink 5f3bb973a8 Update integration tests 6 years ago
Evangelink d16149aa5b Fix unit test 6 years ago
Evangelink 2e5a86ab44 More progress toward a working swizzler 6 years ago
James Jackson-South d6f482174d No more Vector4Utils & ImageMath 6 years ago
James Jackson-South bb74f5f6e2 Add benchmark results. 6 years ago
James Jackson-South 7b7a6069b8 Moar Utils 6 years ago
James Jackson-South d6b38c1803 Utils FTW 6 years ago
James Jackson-South f177b91f7f Replace clamp extensions 6 years ago
James Jackson-South 4565fda8c1 ImageMaths => ImageMath 6 years ago
James Jackson-South 216257a359 Introduce Numerics and migrate ImageMaths methods 6 years ago
Brian Popow e9638ae2db Add support for decompressing huffman encoded tiffs 6 years ago
Brian Popow 1d0bdd2677 Fix issue with CCITT T4 with white runs of length 0 at the start of a scanline 6 years ago
Brian Popow caf311473b Add test images for fax3 compressed tiff 6 years ago
James Jackson-South ecf05e2ff9 Bump tolerance 6 years ago
James Jackson-South 6e589e8d8e Use higher tolerance on macOS CI runs 6 years ago
James Jackson-South 801e026322 Enable resize tests 6 years ago