6667 Commits (831501bc3254ed9f4e7018c8aecc41cbcbb187be)

Author SHA1 Message Date
Brian Popow 3ca3f5f876 Move AddWebp to a extension method 6 years ago
Sergio Pedri bd6e555312 Minor code refactoring to improve flexibility 6 years ago
Sergio Pedri 96e714a0d2 Improved XML docs for Image.WrapMemory APIs 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 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
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
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