94 Commits (fcd8087a8a17fe4cb39f21bf3158ff63e945e373)

Author SHA1 Message Date
Stefan Nikolei 18b8b662e9 Use Target Type new only when apparent 11 months ago
Stefan Nikolei 57f5966fe7 use Explicit Types and Target Type new 11 months ago
James Jackson-South 0a8902b972 Use BPP from color writer 1 year ago
James Jackson-South 502a354262 Add tests and fix issues. 1 year ago
James Jackson-South 4d67be8b86 Can encode Tiff MipMaps 2 years ago
James Jackson-South fdcd60200e Begin migrating TiffMetadata 2 years ago
James Jackson-South fc7219d1fa Add quantizer property tests 3 years ago
Petar Tasev bd9e1ee508 Added unit tests and 16 bit grayscale images 3 years ago
Petar Tasev a1a2cec284 Added L16 support to tiff encoder (unit tests WIP) 3 years ago
James Jackson-South 4007a48b89 Use shared instances for all built-in decoders. 3 years ago
Brian Popow 59478543ee Add test for issue #2297 4 years ago
Brian Popow 5de5ddc841 Make sure bits per pixel is set to 1 for bilevel compression, fixes #2255 4 years ago
James Jackson-South 0e9a066195 FS Namespaces and Implicit Global Usings 4 years ago
James Jackson-South 97baeaf438 Update all files 4 years ago
Brian Popow 035c31e826 Make sure 1 Bit compression is only used with 1 bit pixel type 4 years ago
Frank Racis 3c9eb470a0 Adding fax4 (T6) compression 4 years ago
Brian Popow dd051e2248 Remove RunSerial from tests 4 years ago
James Jackson-South 27e6b58643 Final final warnings 5 years ago
Brian Popow 1b01984138 For YCbCr Tiff's with Jpeg compression explicitly assume RGB color space 5 years ago
Brian Popow fd957fae84 Add option to encode Tiff's with jpeg compression 5 years ago
Brian Popow ebfb1b5148 Use smaller test images 5 years ago
Brian Popow 91ff891815 Put decoder and encoder tests in one test collection, so those tests are executed serial 5 years ago
Ildar Khayrutdinov 4c1e7182bf Add multi-frame tests 5 years ago
Brian Popow eb69eb7d17 Add tests for tiff encoder discontiguous buffers 5 years ago
Brian Popow b205b7a5fa Use tolerant comparer for tiff encoder test with palette 5 years ago
James Jackson-South 78e0ab8181 Remove parallel processing & update refs 5 years ago
Brian Popow 6281743b3b Add support decoding for 16 bits per channel tiff's 5 years ago
Brian Popow bbd71e2ce7 Add support decoding for 12 bits per channel tiff's 5 years ago
Brian Popow 3b18d705e3 Additional tests for gray tiff images 5 years ago
Brian Popow deed748525 Add support for decoding 10 bit per channel rgb tiff's 5 years ago
Brian Popow 8e6fad805c Add support for decoding 30 bit per pixel tiff's 5 years ago
Brian Popow 42d5d9ee91 Add support for decoding 6 bit per pixel tiff's 5 years ago
Brian Popow 580723fc0a Add test for encode and reload planar tiff 5 years ago
Brian Popow cc081b0de7 Use magick decoder for 4bit test, add test for encoding option with 12 bpp 5 years ago
Brian Popow 881bb51f21 Make sure encoding 4bit paletted tiff rows are byte aligned 5 years ago
Brian Popow 2e87f7ac9a Add Tiff format to the default Configuration 5 years ago
Brian Popow 787d63000f Rework sanitize and set encoder options: BitsPerPixel should be the primary source of truth 5 years ago
Brian Popow ccc3f9b881 Rework setting tiff encoder parameters according to review 5 years ago
Brian Popow 11a4e2027b Add Compression, PhotometricInterpretation and Predictor to TiffFrameMetadata 5 years ago
Brian Popow d22692ee8f Change TiffEncoder to use TiffPhotometricInterpretation instead of EncodingMode 5 years ago
Brian Popow dcb3e6fa2f Remove BitsPerSample from TiffFrameMetadata 5 years ago
James Jackson-South 4094be1647 Attempt at making frame metadata public 5 years ago
Brian Popow 8461c72ed9 Remove properties from TiffFrameMetadata, which can be accessed by the exifProfile directly 5 years ago
Brian Popow b0ecabbbd7 Remove BitsPerPixel from TiffMetaData, its already present in TiffFrameMetadata 5 years ago
Brian Popow 09f4957ce5 Make TiffFrameMetadata internal 5 years ago
Brian Popow 04b6f3ffcf Remove ExifProfile from TiffFrameMetadata, Add ExifProfile and XmpProfile to ImageFrameMetaData 5 years ago
Brian Popow 411c7d6520 Add setters for TiffFrameMetaData properties, initialize properties from frame ExifProfile 5 years ago
Brian Popow 587910f3e3 Remove PhotometricInterpretation and Compression from tiff metadata, because those are already present in the frame metadata 5 years ago
Brian Popow 85a65ae6f9 Remove width and height from tiff frame metadata 5 years ago
Brian Popow 5fcb5fcf0f Review changes 5 years ago