2019 Commits (c01bdedbae48bfbbc8a4808ee9dde55fa864ad74)

Author SHA1 Message Date
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
James Jackson-South dafafb8f21 Fix predictor encoder on NET472 32bit. 5 years ago
Brian Popow 48634cf2bf Add another testcase for ColorSpaceTransform, disable ColorSpaceTransform test for net472 with peak image 5 years ago
Brian Popow cf7a6986f4 Add SSE2 version of TransformColorInverse 5 years ago
Brian Popow 0676e68bfd Add SSE2 version of TransformColor 5 years ago
Brian Popow 92da90322e Add SSE4 version of CollectColorRedTransforms 5 years ago
Brian Popow c563ea3401 Split up intrinsics tests, add guard if hw intrinsics are present 5 years ago
Brian Popow 6a381421c8 Add tests for substract green transform 5 years ago
Brian Popow 0915c799d3 A little cleanup: 6 years ago
Brian Popow bcd4c4c0cc Rename WebP to Webp 6 years ago
Ildar Khayrutdinov 9d39c3810d Improvements of tiff metadata - API and saving 6 years ago
Brian Popow 3ca3f5f876 Move AddWebp to a extension method 6 years ago
Brian Popow 23830a60ea Add helper method to register the TIFF format 6 years ago
Brian Popow 1e0d1e5dd2 Add helper method to register the webp format 6 years ago
Ildar Khayrutdinov 688d3dde9d WIP Metadata refactory - implement TiffEncoderEntriesCollector; implement setters for metadata properties and possibility of saving 6 years ago
Brian Popow 5330b5c1c6 Use configuration instance in webp tests instead of changing the default config 6 years ago
Ildar Khayrutdinov 8d4dd2ffde Cleanup 6 years ago
Ildar Khayrutdinov b4fd1bd360 Use common zlib class for tiff deflate compressor. Stop using SubStream class for tiff compressors. 6 years ago
Brian Popow 2f1f77597f Use configuration instance in tiff tests instead of changing the default config 6 years ago
Brian Popow 901979b9a4 Register tiff decoder/encoder in tiff meta data tests 6 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 6 years ago
Brian Popow 4bf3d16789 Reworked lzw encoder with a tree based approach based on a java implementation 6 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 d74463d5a6 Rename WebP to Webp 6 years ago
Brian Popow 71b5a1f31d BitReader now uses stream extension to read the data from the stream 6 years ago
Brian Popow 3d280757ef Add SaveAsWebP methods and tests 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 25255072f1 This reverts changes from commit 20fcf84311, affecting the png encoder 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
Brian Popow 7ac6fa6a82 Add support for encoding tiff's with lzw compression 6 years ago
Brian Popow 56ac3f8f29 Add support for encoding tiff with deflate and horizontal predictor 6 years ago
Brian Popow 074d1a6a12 Add xunit trait attributes to tests 6 years ago
Brian Popow 163f49973e Refactor Tiff decoder tests: split large "testall" test into smaller ones 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