5460 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 b4fd1bd360 Use common zlib class for tiff deflate compressor. Stop using SubStream class for tiff compressors. 5 years ago
Ildar Khayrutdinov 7282c7bf6b Improve performance tiff colors 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
Brian Popow 5db5dd13f1 Move ZLib related classes from PNG folder to ImageSharp/Compression folder 5 years ago
Brian Popow f9d953cdad Simplified setting the compression in the tiff encoder 5 years ago
Brian Popow 4175fb8bf6 Add tests for tiff encoder options 5 years ago
Max Eskin 277751c038 Filter processor should use scaled vectors. 5 years ago
Brian Popow f2c262dc22 Remove TiffUtils, use Stream extensions instead 5 years ago
Brian Popow cff52ba6f5 Remove writing padding bytes, this seems not necessary 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 6 years ago
Brian Popow cbb69113cd Add compression to the tiff metadata 6 years ago
Brian Popow f6f673e742 Add option to use lzw with paletted image 6 years ago
Brian Popow c119adb18e Allow horizontal prediction with palette and deflate 6 years ago
Brian Popow 9c05a3a30a Move apply horizontal prediction to appropriate class 6 years ago
Brian Popow b00104d769 Rework horizontal predictor: Fixes issue with paletted images which use a predictor 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
Ildar Khayrutdinov 624a36c024 #12 Tiff specific fixes for lzw 6 years ago
Brian Popow 56ac3f8f29 Add support for encoding tiff with deflate and horizontal predictor 6 years ago
Brian Popow 73fdeee347 Fix issue with huffman RLE where last bits of a row could get ignored 6 years ago
Brian Popow 707d9f0e5a Use ReadFull extension to read the data from the stream 6 years ago
James Jackson-South ed894cd5d9 Fix build 6 years ago
James Jackson-South caf360941a Update ImageSharp.csproj 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 778c5baaa7 Fix namespaces 6 years ago
Brian Popow 7275b6c282 Add option to use PackBits with paletted tiff's 6 years ago
Brian Popow b5c68397b7 Untangle writing compressed and none compressed color map tiff 6 years ago
Brian Popow b04b9f4c7f Fix issue with packed bits and bi color tiffs 6 years ago
Brian Popow d3a8f5ef69 Add support for encoding packed bits compressed tiff's 6 years ago
Brian Popow 2fd1aa12cb Another attempt using Slice for the destination in PixelOperations convert From and To 6 years ago
Brian Popow 74b2e359c1 Revert "Slice destination to (0, count)" 6 years ago
Brian Popow 9323852f21 Slice destination to (0, count) 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 6ea7675336 Add makeup codes for run length above 63 6 years ago
Brian Popow a89c4f5d9b Add T4 BitWriter: So far only works for run length up to 63 6 years ago
Brian Popow 3f612b736f Split up WriteBiColor in Deflate and no compression 6 years ago
Brian Popow 262b63f5eb Add option to use deflate compression for bicolor images 6 years ago