2295 Commits (b142dbacffb314ef751cd78ffb3eb833d021c9da)

Author SHA1 Message Date
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
Brian Popow d6520d2574 Fix issue #1594 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 ce5338bf92 Fix build errors 5 years ago
Brian Popow 4b28acff6d Remove TiffEncoderCompression, use TiffCompression enum instead 6 years ago
Anton Firszov d1c2172406 Image.Load(byte[]) should return non-generic Image 6 years ago
Ildar Khayrutdinov f9570d37f7 Remove TiffFrameMetadataResolutionExtensions class 6 years ago
Brian Popow b58825345b Use BinaryPrimitives instead of BitConverter and scratch buffer to avoid allocations 6 years ago
Brian Popow 22e92ade6a Rename TiffBitsPerSample enum values 6 years ago
Brian Popow 8f3f35c51e Re-add tests for color palette and deflate/lzw compression 6 years ago
Brian Popow 966d743d08 Rename tiff bits per pixels enum values 6 years ago
Brian Popow 1dbe583824 Allow encoding 4bit color palette images 6 years ago
Brian Popow ffa38bc273 Remove properties from TiffFrame meta data which can be received directly from the ExifProfile 6 years ago
Brian Popow 8077172088 Introduce TiffBitsPerSample enum 6 years ago
Brian Popow 572f616ae3 Add PhotometricInterpretation to the tiff metadata 6 years ago
Ildar Khayrutdinov 8cc2ce38f8 Correct test 6 years ago
Ildar Khayrutdinov 4b210bbfe0 Rename tests 6 years ago
Brian Popow 0e1e8fe531 Use tolerant comparer for color palette tests 6 years ago
Brian Popow d3033b351c Replace lzw decompression implementation 6 years ago
Ildar Khayrutdinov 3b4bc1de23 Remove TiffEncoderPixelStorageMethod, add CRC writing for deflate. Correct tests. 6 years ago
Ildar Khayrutdinov 74dacb6601 Report palette lzw bug 6 years ago
Ildar Khayrutdinov 9e139882c4 Support multi strip encoding for tiff. Improve performance and memory usage of decoders and encoders. 6 years ago
Ildar Khayrutdinov 586f8e5ee2 Report 1-bit mode bug. Enable test images. Change test files. 6 years ago
Brian Popow f0670af045 Handle TIFF image with incorrect IPTC data type (long instead of byte) 6 years ago
James Jackson-South 91a5d4c031 Update RowOctet tests 6 years ago
James Jackson-South f1a8e6e763 Santize descriptor bounds. Fixes #1530 6 years ago
Ildar Khayrutdinov 98dde8e863 Rename decompressors classes 6 years ago
Ildar Khayrutdinov 2c1111945f Add color factory, update decoder methods and tests 6 years ago
Brian Popow 7d51106880 Tiff decoder can now handle special case, when rowsPerStrip has the default value 6 years ago
Brian Popow 0e5938f92a Parse T4 Options: honor eol padding, if present 6 years ago
James Jackson-South a58311a4aa Use less expensive update for RowOctet 6 years ago
Ildar Khayrutdinov 3600b3d255 Exif/Tiff readers improvements 6 years ago
Brian Popow 67aace4daf Add test for writing exif chunk 6 years ago
Brian Popow 4fa55b7a7b A little cleanup 6 years ago
Nicolas Portmann 5033e3eb95 Improve algorithm 6 years ago
Nicolas Portmann 08a68af1a9 Allow epsilon of 1F for existing LUT converter 6 years ago
Nicolas Portmann 93099d1585 Add unit tests for both converters 6 years ago
Ildar Khayrutdinov afa8a1b8b0 Exif reader fixes 6 years ago
Ildar Khayrutdinov 14d261fbd2 Use exif reader for tiff tags reading, minor fixes for exif values. 6 years ago
James Jackson-South dafafb8f21 Fix predictor encoder on NET472 32bit. 6 years ago
Brian Popow 48634cf2bf Add another testcase for ColorSpaceTransform, disable ColorSpaceTransform test for net472 with peak image 6 years ago
Brian Popow cf7a6986f4 Add SSE2 version of TransformColorInverse 6 years ago
Brian Popow 0676e68bfd Add SSE2 version of TransformColor 6 years ago