5947 Commits (d5d63feed4c19fe8bf836c6ba7e03e052f72494d)

Author SHA1 Message Date
Brian Popow a3eb174f94 Remove not needed ToRgba() 6 years ago
Ildar Khayrutdinov 75b8569791 Tiff colors improvements 6 years ago
Ildar Khayrutdinov f11bb87713
Update exception message 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
Ildar Khayrutdinov 7282c7bf6b Improve performance tiff colors 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 f9d953cdad Simplified setting the compression in the tiff encoder 6 years ago
James Jackson-South a4ff07edd2 Cleanup 6 years ago
James Jackson-South caba642513 Working version per-row 6 years ago
Brian Popow 4175fb8bf6 Add tests for tiff encoder options 6 years ago
James Jackson-South 0f94c5ed41 Avoid per-index multiply. 6 years ago
James Jackson-South e321a5054c Use faster GetSpan() 6 years ago
Max Eskin 277751c038 Filter processor should use scaled vectors. 6 years ago
James Jackson-South 25d3d817cd Explicit in 6 years ago
Anton Firszov 8fb3393055 fix scalar code 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
Brian Popow f2c262dc22 Remove TiffUtils, use Stream extensions instead 6 years ago
Anton Firszov 9e0b7fc874 started Rgba32 6 years ago
Brian Popow cff52ba6f5 Remove writing padding bytes, this seems not necessary 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
James Jackson-South 5059597bbf Update KernelSamplingMap.cs 6 years ago
James Jackson-South ccdf9c26a1 Refactor 2D and cleanup 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
James Jackson-South 6455df3c4d All tests pass 6 years ago
Brian Popow f6f673e742 Add option to use lzw with paletted image 6 years ago
James Jackson-South 228e2771d6 Naming tweaks 6 years ago
James Jackson-South d0306a2ab7 First working no-clamp version for 2 pass convolution 6 years ago
Brian Popow c119adb18e Allow horizontal prediction with palette and deflate 6 years ago
Brian Popow 9c05a3a30a Move apply horizontal prediction to appropriate class 6 years ago
Brian Popow b00104d769 Rework horizontal predictor: Fixes issue with paletted images which use a predictor 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
Ildar Khayrutdinov 624a36c024 #12 Tiff specific fixes for lzw 6 years ago
Brian Popow 56ac3f8f29 Add support for encoding tiff with deflate and horizontal predictor 6 years ago
Brian Popow 73fdeee347 Fix issue with huffman RLE where last bits of a row could get ignored 6 years ago
Brian Popow 707d9f0e5a Use ReadFull extension to read the data from the stream 6 years ago
James Jackson-South ed894cd5d9 Fix build 6 years ago