927 Commits (ebfda2cb70df1689359bc9d1b1eba3feebd6668d)

Author SHA1 Message Date
Brian Popow 33192d396b Switch default quantizer for the bitmap encoder to Wu-quantizer 5 years ago
Brian Popow ea8bef4321 Add support for encoding 1 bit per pixel bitmaps 5 years ago
Brian Popow 60bd3946de Execute 4bit bitmap encoder tests only on windows 5 years ago
Brian Popow 04e6b4135a Make sure bitmap encoder preserves 4 bits per pixel, when the input is 4 bit 5 years ago
Brian Popow c05d4ddeb5 Add support for encoding 4 bit per pixel bitmaps 5 years ago
Brian Popow 13fbde9213 Add setters for tiff metadata properties 5 years ago
Ynse Hoornenborg d844e70760 Add JpegColorType to JpegMetadata and use it to configure the JpegEncoder 5 years ago
Ynse Hoornenborg 096ef3d3aa Refactor out JpegSubsample.Grayscale 5 years ago
Ynse Hoornenborg 6cff023550 Add test cases for Grayscale jpeg 5 years ago
Ynse Hoornenborg 7eaae92bbf Grayscale Jpeg encoding 5 years ago
Brian Popow 4b28acff6d Remove TiffEncoderCompression, use TiffCompression enum instead 5 years ago
Anton Firszov d1c2172406 Image.Load(byte[]) should return non-generic Image 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
James Jackson-South 91a5d4c031 Update RowOctet tests 5 years ago
James Jackson-South f1a8e6e763 Santize descriptor bounds. Fixes #1530 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
James Jackson-South a58311a4aa Use less expensive update for RowOctet 5 years ago
Ildar Khayrutdinov 3600b3d255 Exif/Tiff readers improvements 5 years ago
Nicolas Portmann 5033e3eb95 Improve algorithm 5 years ago
Nicolas Portmann 08a68af1a9 Allow epsilon of 1F for existing LUT converter 5 years ago
Nicolas Portmann 93099d1585 Add unit tests for both converters 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