3398 Commits (d07faedbd343a42efb7b2582ff80b059f7ad091e)

Author SHA1 Message Date
Brian Popow 0915c799d3 A little cleanup: 5 years ago
Sergio Pedri 077aedc81a
Fix inaccurate test method name 5 years ago
James Jackson-South c9b07964cc Fix feature test runner 5 years ago
James Jackson-South b383dd4496 Add discontigous buffers and intrinsics tests 5 years ago
Sergio Pedri f62e2f9748 Remove allocation constrained test for bokeh blur 5 years ago
Ildar Khayrutdinov 9d39c3810d Improvements of tiff metadata - API and saving 5 years ago
Sergio Pedri 01c3fab408 Add BokehBlur benchmark 5 years ago
Brian Popow 23830a60ea Add helper method to register the TIFF format 6 years ago
Ildar Khayrutdinov 688d3dde9d WIP Metadata refactory - implement TiffEncoderEntriesCollector; implement setters for metadata properties and possibility of saving 6 years ago
Ildar Khayrutdinov 8d4dd2ffde Cleanup 6 years ago
Ildar Khayrutdinov 16726ca731 Update tiff benchmarks 6 years ago
Ildar Khayrutdinov b4fd1bd360 Use common zlib class for tiff deflate compressor. Stop using SubStream class for tiff compressors. 6 years ago
Ildar Khayrutdinov bc1bc8f407 Update tiff benchmarks 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
Max Eskin 84cc0daab3 Add test. 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
James Jackson-South cb25e9fefe Fix ruleset path. Fix #1460 6 years ago
James Jackson-South 0f94c5ed41 Avoid per-index multiply. 6 years ago
Anton Firszov 2cc71f4101 fix build 6 years ago
Anton Firszov 681a89c9b1 fix typo 6 years ago
Anton Firszov 02ac45971b add benchmark results and fix PixelOperations 6 years ago
Anton Firszov 6252f65408 unhack 6 years ago
Anton Firszov 2ff0cb93dc polishing 6 years ago
Anton Firszov 9e0b7fc874 started Rgba32 6 years ago
Anton Firszov 7e33e3fbdb AVX2 implemetation seems to work 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
Anton Firszov e402700a44 benchmarks & scalar implementation 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
Anton Firszov dd0447ef4c entry API & tests 6 years ago
Anton Firszov b273648420 hack 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
Brian Popow 73fdeee347 Fix issue with huffman RLE where last bits of a row could get ignored 6 years ago
James Jackson-South ed894cd5d9 Fix build 6 years ago