8934 Commits (998d62930c16862986bc52628e18dafec02db696)
 

Author SHA1 Message Date
Brian Popow 998d62930c Add tiff encoder option to choose the deflate compression level 5 years ago
Brian Popow cbb69113cd Add compression to the tiff metadata 5 years ago
Brian Popow f6f673e742 Add option to use lzw with paletted image 5 years ago
Brian Popow c119adb18e Allow horizontal prediction with palette and deflate 5 years ago
Brian Popow 9c05a3a30a Move apply horizontal prediction to appropriate class 5 years ago
Brian Popow b00104d769 Rework horizontal predictor: Fixes issue with paletted images which use a predictor 5 years ago
Brian Popow 287c03f6c9
Merge pull request #1457 from IldarKhayrutdinov/tiff-format 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
Ildar Khayrutdinov 624a36c024 #12 Tiff specific fixes for lzw 6 years ago
Brian Popow 56ac3f8f29 Add support for encoding tiff with deflate and horizontal predictor 6 years ago
Brian Popow 163f49973e Refactor Tiff decoder tests: split large "testall" test into smaller ones 6 years ago
Brian Popow 73fdeee347 Fix issue with huffman RLE where last bits of a row could get ignored 6 years ago
Brian Popow 707d9f0e5a Use ReadFull extension to read the data from the stream 6 years ago
James Jackson-South ed894cd5d9 Fix build 6 years ago
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