3363 Commits (688d3dde9d39f12f5c9ba894daabbabd0a5d3039)

Author SHA1 Message Date
Ildar Khayrutdinov 688d3dde9d WIP Metadata refactory - implement TiffEncoderEntriesCollector; implement setters for metadata properties and possibility of saving 5 years ago
Ildar Khayrutdinov 8d4dd2ffde Cleanup 5 years ago
Ildar Khayrutdinov 16726ca731 Update tiff benchmarks 5 years ago
Ildar Khayrutdinov b4fd1bd360 Use common zlib class for tiff deflate compressor. Stop using SubStream class for tiff compressors. 5 years ago
Ildar Khayrutdinov bc1bc8f407 Update tiff benchmarks 5 years ago
Brian Popow 901979b9a4 Register tiff decoder/encoder in tiff meta data tests 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 4bf3d16789 Reworked lzw encoder with a tree based approach based on a java implementation 5 years ago
Max Eskin 84cc0daab3 Add test. 5 years ago
Brian Popow 5db5dd13f1 Move ZLib related classes from PNG folder to ImageSharp/Compression folder 5 years ago
Brian Popow 4175fb8bf6 Add tests for tiff encoder options 5 years ago
Brian Popow a28b9c5db8 Fix little endian test file 5 years ago
James Jackson-South cb25e9fefe Fix ruleset path. Fix #1460 5 years ago
Brian Popow 0e42ebba33 Remove Tiff ImageExtension, this is already generated. 5 years ago
Brian Popow 333ed01dd0 Rename TiffByteOrder To ByteOrder, moved it to Common folder 5 years ago
Brian Popow c09d1f7978 Duplicate PngCompressionLevel as DeflateCompressionLevel, mark PngCompressionLevel as EditorBrowsableState.Never 5 years ago
Brian Popow 25255072f1 This reverts changes from commit 20fcf84311, affecting the png encoder 5 years ago
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 6 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 074d1a6a12 Add xunit trait attributes to tests 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