8984 Commits (23830a60ea4fbadb91b4118acf304cc5677ca574)
 

Author SHA1 Message Date
Brian Popow 23830a60ea Add helper method to register the TIFF format 6 years ago
Brian Popow 8930260ef0
Merge branch 'master' into tiff-format 6 years ago
Brian Popow 59bea78dde
Merge pull request #1467 from IldarKhayrutdinov/tiff-format 6 years ago
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
James Jackson-South 3d3537e42e
Merge pull request #1462 from SixLabors/af/PackFromRgbPlanes 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 7282c7bf6b Improve performance tiff colors 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 c04c561780
Merge branch 'master' into tiff-format 6 years ago
Brian Popow 4bf3d16789 Reworked lzw encoder with a tree based approach based on a java implementation 6 years ago
Anton Firszov 254b137fbe
Merge branch 'master' into af/PackFromRgbPlanes 6 years ago
James Jackson-South 7889cc5304
Merge pull request #1463 from Voxel8/me/issue1459 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 f9d953cdad Simplified setting the compression in the tiff encoder 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 514facdadf
Merge branch 'master' into tiff-format 6 years ago
James Jackson-South 78b0e9288e
Merge branch 'master' into af/PackFromRgbPlanes 6 years ago
James Jackson-South 6e0cc92970
Merge pull request #1464 from SixLabors/js/fix-1460 6 years ago
James Jackson-South cb25e9fefe Fix ruleset path. Fix #1460 6 years ago
Max Eskin 277751c038 Filter processor should use scaled vectors. 6 years ago
Anton Firszov 8fb3393055 fix scalar code 6 years ago
Anton Firszov 2cc71f4101 fix build 6 years ago
Anton Firszov 88f9e53fe7 revert .gitattributes 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
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
Anton Firszov b273648420 hack 6 years ago
Brian Popow 2f15756cfd Merge remote-tracking branch 'origin/master' into tiff-format 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