857 Commits (c09d1f797860090c37689ffdf77af94b2f578246)

Author SHA1 Message Date
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
Brian Popow 57fe8ea703 Change tiff namespace to SixLabors.ImageSharp.Formats.Experimental.Tiff 6 years ago
Brian Popow 22f7ec2a1c Change paletted tiff encoder tests 6 years ago
Brian Popow 6851e4bd74 Fix warnings 6 years ago
Brian Popow 778c5baaa7 Fix namespaces 6 years ago
Brian Popow 7275b6c282 Add option to use PackBits with paletted tiff's 6 years ago
Brian Popow d3a8f5ef69 Add support for encoding packed bits compressed tiff's 6 years ago
Brian Popow 0d5f255e4e Add support for encoding modified huffman RLE 6 years ago
Brian Popow 3406764a54 Fix compression namespace 6 years ago
Brian Popow 719c7fae21 Add ccitt fax3 test images 6 years ago
Brian Popow 262b63f5eb Add option to use deflate compression for bicolor images 6 years ago
Brian Popow add82fc4b3 Allow deflate compression for paletted tiff's 6 years ago
Brian Popow d0d57ca61a Allow deflate compression for gray tiff 6 years ago
Brian Popow edcdc08efd Fix issue with encoding paletted tiff when quantized palette is smaller than 256 6 years ago
Brian Popow 4e5be46960 Add support for encoding deflate compressed tiff's 6 years ago
Brian Popow a0e406bec8 Add tiff encoding mode enum 6 years ago
Brian Popow c7511c7bd6 Add support for writing palette color tiff's 6 years ago
Brian Popow a7deb8b251 Add Tiff encoder Tests 6 years ago
Brian Popow 838a1f7fd0 First attempt writing uncompressed tiff 6 years ago
James Jackson-South 8d3cddab30 No more Vector4Utils & ImageMath 6 years ago
James Jackson-South 124a54c5ad ImageMaths => ImageMath 6 years ago
Brian Popow 0bb8165902 Fix issue with CCITT T4 with white runs of length 0 at the start of a scanline 6 years ago
James Jackson-South e3e8656d8f Respond to Anton fedback 6 years ago
Anton Firszov 4812a8d0a5 Fix #1414 6 years ago
Nicolas Portmann 680459ca54 Drop FromGrayscaleVector8 6 years ago
Nicolas Portmann 328b37af4b Refactor and add tests 6 years ago
Nicolas Portmann e550caaed7 Refactor JpegColorConverters 6 years ago
Nicolas Portmann 1e615c286a Add initial vectorized color converter implementation 6 years ago
James Jackson-South 893247bd88 Add 4 channel float shuffling. 6 years ago
Ildar Khayrutdinov 5edec6dc31 Lzw test fix. 6 years ago
James Jackson-South abe1263b17 Auto repair Png options to use Bit8. Fixes #935 6 years ago
James Jackson-South 5fadafe168 Fix warning 6 years ago
James Jackson-South 68d2406f4e Optimize low hanging fruit and fix naming 6 years ago
James Jackson-South e6c73e4b2b Update PngEncoderTests.cs 6 years ago
James Jackson-South 9380dd5b1e Use single Block8x8F.TransponseInto test 6 years ago