8918 Commits (f0b121eb4af7ed8265f8ee1955790e28eb083b47)
 

Author SHA1 Message Date
James Jackson-South f0b121eb4a Merge branch 'master' into tiff-format 6 years ago
James Jackson-South 63a88afa3c
Merge pull request #1452 from AlexNDRmac/ci-save-images-for-failed-jobs 6 years ago
Brian Popow 74771b366c Fix broken test images 6 years ago
Brian Popow db7a99685d Merge remote-tracking branch 'origin/master' into tiff-format 6 years ago
AlexNDRmac e7532ff95d
Add action to save Output Images for failed tests 6 years ago
James Jackson-South 9c600fbc4b
Merge pull request #1451 from SixLabors/js/shared-msbuild 6 years ago
James Jackson-South e677006f3f Update shared-infrastructure 6 years ago
James Jackson-South db3889323a Update build-and-test.yml 6 years ago
James Jackson-South caf360941a Update ImageSharp.csproj 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 00331086fa Add support for undoing horizontal prediction: Works with deflate, still some issue with lzw 6 years ago
Brian Popow 22f7ec2a1c Change paletted tiff encoder tests 6 years ago
Brian Popow e7b77e3a9e Merge remote-tracking branch 'origin/master' into tiff-format 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 b5c68397b7 Untangle writing compressed and none compressed color map tiff 6 years ago
Brian Popow b04b9f4c7f Fix issue with packed bits and bi color tiffs 6 years ago
Brian Popow d3a8f5ef69 Add support for encoding packed bits compressed tiff's 6 years ago
Brian Popow 9b9043f922
Merge pull request #1443 from SixLabors/bp/bmpEnsureSpanLengthIsEqual 6 years ago
Brian Popow 2fd1aa12cb Another attempt using Slice for the destination in PixelOperations convert From and To 6 years ago
Brian Popow 74b2e359c1 Revert "Slice destination to (0, count)" 6 years ago
Brian Popow 1924f2f0ec
Merge branch 'master' into bp/bmpEnsureSpanLengthIsEqual 6 years ago
Brian Popow 9323852f21 Slice destination to (0, count) 6 years ago
James Jackson-South 1946fe2f6c
Merge pull request #1439 from AlexNDRmac/ci-cache-action 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 6ea7675336 Add makeup codes for run length above 63 6 years ago
Brian Popow a89c4f5d9b Add T4 BitWriter: So far only works for run length up to 63 6 years ago
Anton Firszov e338792d60
Merge branch 'master' into ci-cache-action 6 years ago
Brian Popow 3f612b736f Split up WriteBiColor in Deflate and no compression 6 years ago
Brian Popow 777c53c9d9
Merge branch 'master' into bp/bmpEnsureSpanLengthIsEqual 6 years ago
Brian Popow 262b63f5eb Add option to use deflate compression for bicolor images 6 years ago
Brian Popow 11abaeff60 Add option to write bi-level tiff's 6 years ago
James Jackson-South 2e72563045
Merge pull request #1444 from SixLabors/sp/bokeh-kernel-jit-opt 6 years ago
Sergio Pedri c71f9e3393 Reduce code duplication due to reified generics 6 years ago
Brian Popow 46fa87f042 Fix broken tiff spec pdf 6 years ago
Brian Popow add82fc4b3 Allow deflate compression for paletted tiff's 6 years ago
James Jackson-South 14243d667a
Merge pull request #1388 from Evangelink/pixel-swizzle 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
Amaury Levé 1547379bdd Forgot to commit tests 6 years ago
Amaury Levé e687f7b10a Address review comments 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