8908 Commits (01c7cd8194dea9239ebcbfbe742c63e943b0c296)
 

Author SHA1 Message Date
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
Brian Popow 7f64fbc380 Fix issue with encoding paletted tiff when quantized palette is smaller than 256 6 years ago
Brian Popow 345fdb3213 Add support for encoding deflate compressed tiff's 6 years ago
Amaury Levé 7c5f39d47c Forgot to commit tests 6 years ago
Amaury Levé 407fc07a0a Address review comments 6 years ago
Brian Popow 2167c937e9 Add tiff encoding mode enum 6 years ago
Brian Popow aac43f9fd8 Add support for writing palette color tiff's 6 years ago
Brian Popow cdd041cf79 Ensure Span length of source and destination are equal during pixel conversions. 6 years ago
Amaury Levé f1a799ec74 Apply suggested change for test 6 years ago
Brian Popow 7c663240f3 Add Tiff encoder Tests 6 years ago
Brian Popow a421c292e5 Add support for writing 8bit gray tiff images 6 years ago
Brian Popow 4dc5b943a1 Set bits per pixel in tiff metadata 6 years ago
Brian Popow 1e8916dc5d Add Tiff EncodeAsync 6 years ago
AlexNDRmac 2652977851
Fix file pattern for hashFiles 6 years ago
AlexNDRmac 55e38abe56
Add props and targets to hash for cache key 6 years ago
AlexNDRmac fed7d7b2d6
Add cache for Nuget packages 6 years ago
Brian Popow e2669707c6 First attempt writing uncompressed tiff 6 years ago