92 Commits (ebfda2cb70df1689359bc9d1b1eba3feebd6668d)

Author SHA1 Message Date
Brian Popow 13fbde9213 Add setters for tiff metadata properties 5 years ago
Brian Popow 4b28acff6d Remove TiffEncoderCompression, use TiffCompression enum instead 5 years ago
Ildar Khayrutdinov f9570d37f7 Remove TiffFrameMetadataResolutionExtensions class 5 years ago
Brian Popow b58825345b Use BinaryPrimitives instead of BitConverter and scratch buffer to avoid allocations 5 years ago
Brian Popow 22e92ade6a Rename TiffBitsPerSample enum values 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 ffa38bc273 Remove properties from TiffFrame meta data which can be received directly from the ExifProfile 5 years ago
Brian Popow 8077172088 Introduce TiffBitsPerSample enum 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
Brian Popow d3033b351c Replace lzw decompression implementation 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 f0670af045 Handle TIFF image with incorrect IPTC data type (long instead of byte) 5 years ago
Ildar Khayrutdinov 98dde8e863 Rename decompressors classes 5 years ago
Ildar Khayrutdinov 2c1111945f Add color factory, update decoder methods and tests 5 years ago
Brian Popow 7d51106880 Tiff decoder can now handle special case, when rowsPerStrip has the default value 5 years ago
Brian Popow 0e5938f92a Parse T4 Options: honor eol padding, if present 5 years ago
Ildar Khayrutdinov 3600b3d255 Exif/Tiff readers improvements 5 years ago
Ildar Khayrutdinov afa8a1b8b0 Exif reader fixes 5 years ago
Ildar Khayrutdinov 14d261fbd2 Use exif reader for tiff tags reading, minor fixes for exif values. 5 years ago
Brian Popow 0915c799d3 A little cleanup: 5 years ago
Ildar Khayrutdinov 9d39c3810d Improvements of tiff metadata - API and saving 5 years ago
Brian Popow 23830a60ea Add helper method to register the TIFF format 5 years ago
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
Brian Popow 2f1f77597f Use configuration instance in tiff tests instead of changing the default config 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
Brian Popow 5db5dd13f1 Move ZLib related classes from PNG folder to ImageSharp/Compression folder 6 years ago
Brian Popow 4175fb8bf6 Add tests for tiff encoder options 6 years ago
Brian Popow a28b9c5db8 Fix little endian test file 6 years ago
Brian Popow 0e42ebba33 Remove Tiff ImageExtension, this is already generated. 6 years ago
Brian Popow 333ed01dd0 Rename TiffByteOrder To ByteOrder, moved it to Common folder 6 years ago
Brian Popow c09d1f7978 Duplicate PngCompressionLevel as DeflateCompressionLevel, mark PngCompressionLevel as EditorBrowsableState.Never 6 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 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