8924 Commits (2ac6343a2576dd317b2f32468dd1ae65e153c7a4)
 

Author SHA1 Message Date
Brian Popow 2ac6343a25 Add support for encoding tiff's with lzw compression 6 years ago
Brian Popow 73388c0a3d Add support for encoding tiff with deflate and horizontal predictor 6 years ago
Brian Popow 440ac499de Refactor Tiff decoder tests: split large "testall" test into smaller ones 6 years ago
Brian Popow 0bb0ab0c00 Fix issue with huffman RLE where last bits of a row could get ignored 6 years ago
Brian Popow d8d89a9f7e Use ReadFull extension to read the data from the stream 6 years ago
James Jackson-South 5918b388be Fix build 6 years ago
James Jackson-South 692b3181d3 Merge branch 'master' into tiff-format 6 years ago
James Jackson-South 14c541c77c
Merge pull request #1452 from AlexNDRmac/ci-save-images-for-failed-jobs 6 years ago
Brian Popow 623ba3f0b4 Fix broken test images 6 years ago
Brian Popow 0f4d5742fd Merge remote-tracking branch 'origin/master' into tiff-format 6 years ago
AlexNDRmac 2ffc4e8ce8
Add action to save Output Images for failed tests 6 years ago
James Jackson-South b27581a627
Merge pull request #1451 from SixLabors/js/shared-msbuild 6 years ago
James Jackson-South 76519a9ab6 Update shared-infrastructure 6 years ago
James Jackson-South c4530cc88d Update build-and-test.yml 6 years ago
James Jackson-South 452df3928d Update ImageSharp.csproj 6 years ago
James Jackson-South 0a85de6abc Update to use new props/targets plus cleanup. 6 years ago
Brian Popow 01c7cd8194 Fix issue comparing to wrong image in encode paletted color tiff tests 6 years ago
Brian Popow 3c13a8ec56 Fix issue writing too large color palette 6 years ago
Brian Popow 81513714cb Change tiff namespace to SixLabors.ImageSharp.Formats.Experimental.Tiff 6 years ago
Brian Popow 52d30c24cd Add support for undoing horizontal prediction: Works with deflate, still some issue with lzw 6 years ago
Brian Popow c282898999 Change paletted tiff encoder tests 6 years ago
Brian Popow d6f6214c59 Merge remote-tracking branch 'origin/master' into tiff-format 6 years ago
Brian Popow 472c113950 Fix warnings 6 years ago
Brian Popow b430486d38 Fix namespaces 6 years ago
Brian Popow 8562403ec7 Add option to use PackBits with paletted tiff's 6 years ago
Brian Popow 7a257c9093 Untangle writing compressed and none compressed color map tiff 6 years ago
Brian Popow 2817036799 Fix issue with packed bits and bi color tiffs 6 years ago
Brian Popow 54fa268fb6 Add support for encoding packed bits compressed tiff's 6 years ago
Brian Popow 4aed9f41d6
Merge pull request #1443 from SixLabors/bp/bmpEnsureSpanLengthIsEqual 6 years ago
Brian Popow 7c77e7e11c Another attempt using Slice for the destination in PixelOperations convert From and To 6 years ago
Brian Popow 82ae5aa1a6 Revert "Slice destination to (0, count)" 6 years ago
Brian Popow db8db07c3a
Merge branch 'master' into bp/bmpEnsureSpanLengthIsEqual 6 years ago
Brian Popow 3fba6f81ed Slice destination to (0, count) 6 years ago
James Jackson-South 976bdd58dd
Merge pull request #1439 from AlexNDRmac/ci-cache-action 6 years ago
Brian Popow c976600520 Add support for encoding modified huffman RLE 6 years ago
Brian Popow a124685c9b Fix compression namespace 6 years ago
Brian Popow dc275506ca Add ccitt fax3 test images 6 years ago
Brian Popow 8e81a18f0d Add makeup codes for run length above 63 6 years ago
Brian Popow 5d00bf2430 Add T4 BitWriter: So far only works for run length up to 63 6 years ago
Anton Firszov 30e4c90ec8
Merge branch 'master' into ci-cache-action 6 years ago
Brian Popow 5f6ad9468c Split up WriteBiColor in Deflate and no compression 6 years ago
Brian Popow 38a0dd1263
Merge branch 'master' into bp/bmpEnsureSpanLengthIsEqual 6 years ago
Brian Popow ac2f5316ec Add option to use deflate compression for bicolor images 6 years ago
Brian Popow 614a769f2e Add option to write bi-level tiff's 6 years ago
James Jackson-South cad52a2486
Merge pull request #1444 from SixLabors/sp/bokeh-kernel-jit-opt 6 years ago
Sergio Pedri 05659b8a7c Reduce code duplication due to reified generics 6 years ago
Brian Popow ba26fc20de Fix broken tiff spec pdf 6 years ago
Brian Popow a630e11c96 Allow deflate compression for paletted tiff's 6 years ago
James Jackson-South 718945c4ad
Merge pull request #1388 from Evangelink/pixel-swizzle 6 years ago
Brian Popow d9c76ed8bd Allow deflate compression for gray tiff 6 years ago