12013 Commits (288fb0ad514b87254b87fa72802fa67c9d4440c7)
 

Author SHA1 Message Date
Dirk Lemstra cf86a975fe
Added dependabot config to keep github actions up to date. 4 years ago
Brian Popow 3af2dd7720 Multiply by inv max value instead of dividing in GeneratePalette 4 years ago
Brian Popow 5675aa82ab Fix encode tiff benchmarks 4 years ago
Brian Popow 035c31e826 Make sure 1 Bit compression is only used with 1 bit pixel type 4 years ago
Brian Popow d2dbd6e864
Merge branch 'main' into inline-vector-constants 4 years ago
Brian Popow 34584b9b3f Add another test case for Fax4 compressed with min is black 4 years ago
Brian Popow 1b7f800c07 Minor: Another instance of use Numerics.Modulo8 instead of % 8 4 years ago
Brian Popow 7434643eee
Remove no longer valid comment 4 years ago
Brian Popow 0e60a97317
Merge branch 'main' into bp/tiffwebp 4 years ago
Brian Popow 8ff29a1a3f PackBitsTiffCompression: Use Slice.Fill to repeat the data 4 years ago
Brian Popow 50c1aab54f Use stackalloc 4 years ago
Brian Popow 99300104ad
Merge branch 'main' into bp/cielab 4 years ago
Brian Popow 10ff24fa87 Loop unroll 4 years ago
Brian Popow affb1430f2 Remove no longer valid comments 4 years ago
Brian Popow 29b4647cf0 Remove no longer needed Vector4.Zero workaround for netcore2.1 4 years ago
Brian Popow 188b5cd2c6 Use more nint 4 years ago
Brian Popow 2675511340
Merge branch 'main' into bp/Issue2132 4 years ago
Brian Popow d5a3de1184 Avoid using Dictionary's 4 years ago
Brian Popow 98b96fe0a9 Use nint 4 years ago
Brian Popow 962466144a Avoid reading all compressed data at once: instead read byte by byte from the stream to avoid allocation 4 years ago
Brian Popow 1b475adbb3
Merge pull request #2135 from SixLabors/bp/Issue2133 4 years ago
Brian Popow 62de4589d5 Stream -> BufferedReadStream 4 years ago
Brian Popow f0f08e83b4 Use Numerics.Modulo8 4 years ago
Brian Popow a26bfe0123 Access data span only for new byte, not for every bit 4 years ago
Brian Popow 2876f2f44d Use nint, determine what's white only once 4 years ago
Brian Popow 432c0d7262 Avoid bounds checks in BlackIsZero and WhiteIsZero 4 years ago
Brian Popow c7aaf10411 Use GetRowSpan 4 years ago
Brian Popow 57349fd0ae Avoid writing zero bit, we already have a clean buffer 4 years ago
Brian Popow 07d2e79c38 Avoid more bounds checks 4 years ago
Brian Popow 9d04ae4701 Add test case for #2133 4 years ago
Brian Popow dd6b4c11fd Deduce color space as YCbCr if component id's are 1, 2, 3 4 years ago
Brian Popow 0ae59fdba4 Avoid bounds checks in GetBit() 4 years ago
Brian Popow cecd7f29d7 Add MethodImpl(InliningOptions.ShortMethod) for SwapColor 4 years ago
Brian Popow c0059fc599 Avoid calculating bit position multiple times 4 years ago
Brian Popow 8459828aad Use GetRowSpan to access pixel data 4 years ago
Brian Popow 0cf4d9172f Add InliningOptions.ShortMethod for WriteBit methods 4 years ago
Brian Popow 54ff65c7cf Add fax4 image for benchmarks 4 years ago
Brian Popow dc9bceed23 Remove old frameworks 4 years ago
Brian Popow 9165efe740 Fix build issue 4 years ago
Brian Popow 7c8fecaec0
Make color converter static 4 years ago
Brian Popow 49dd8d4725 Only execute tiff with webp test on windows 4 years ago
Brian Popow 9d461fa794 Add test for tiff with webp compressed data 4 years ago
Brian Popow b6e09b5bb4 Add support for decoding tiff with webp compressed data 4 years ago
Brian Popow bf4c0dc887 Add CieLab to supported formats for the tiff decoder 4 years ago
Brian Popow d850aee1bd Add tests for CieLab 4 years ago
Brian Popow 485571a65b Add support for decoding planar tiff with cielab colorspace 4 years ago
Brian Popow bd2b06708b Undo horizontal predictor for CieLab 4 years ago
Brian Popow 0b7705c60f Add support for decoding tiff images with CieLab color space 4 years ago
James Jackson-South 2980c99df6
Merge branch 'main' into inline-vector-constants 4 years ago
James Jackson-South 0eb411c549
Merge pull request #2124 from SixLabors/bp/Issue2123 4 years ago