5430 Commits (d8d89a9f7e626142a9aa74ecc6b0f3b418e63d39)

Author SHA1 Message Date
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 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 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 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 3fba6f81ed Slice destination to (0, count) 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 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
Brian Popow 5f6ad9468c Split up WriteBiColor in Deflate and no compression 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
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
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é 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
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
Brian Popow e2669707c6 First attempt writing uncompressed tiff 6 years ago
Evangelink 2e5a86ab44 More progress toward a working swizzler 6 years ago
James Jackson-South d6f482174d No more Vector4Utils & ImageMath 6 years ago
James Jackson-South 9216ae0104
Update src/ImageSharp/Common/Helpers/Numerics.cs 6 years ago
Brian Popow ec1ca8f2d2 T4 decompression: Clear buffer at start 6 years ago
James Jackson-South 619544fa52 Fix Numerics fallback logic for 32 bit 6 years ago
James Jackson-South 7b7a6069b8 Moar Utils 6 years ago
James Jackson-South d6b38c1803 Utils FTW 6 years ago
James Jackson-South 6eb53e9f48 Move FastClamp to Numerics 6 years ago
James Jackson-South f177b91f7f Replace clamp extensions 6 years ago
James Jackson-South 4565fda8c1 ImageMaths => ImageMath 6 years ago
James Jackson-South 216257a359 Introduce Numerics and migrate ImageMaths methods 6 years ago