7714 Commits (9b29319ea97835e9960cdf142ecb103b047bd7cc)

Author SHA1 Message Date
James Jackson-South 204fddd835 Pass cancellation token to decompressors. 4 years ago
James Jackson-South a42101e743 Migrate new Tiff WebPDecoder 4 years ago
Brian Popow a258c472b8 Fix file header copyright text 4 years ago
Brian Popow 88f106d3b2 Fix file header copyright text 4 years ago
James Jackson-South 8d50996ce7 Fix cache key resolution 4 years ago
James Jackson-South 1c2d1f42e2 Update tests and fix issues 4 years ago
James Jackson-South d53ad0efa0 Refactor jpeg decoder and general load 4 years ago
Dmitry Pentin 8ca517b586 Docs fix 4 years ago
Dmitry Pentin 95273d35b6 Added grayscale app14 support, build fix 4 years ago
Dmitry Pentin 1c9777e628 Tiif decoding fix 4 years ago
James Jackson-South 7a9cf87a2b Fix headers 4 years ago
Brian Popow 1959bf6531 Always use RgbJpegSpectralConverter for decompressed jpeg data 4 years ago
James Jackson-South 97baeaf438 Update all files 4 years ago
Dmitry Pentin 0cc3c683cc Tests 4 years ago
Dmitry Pentin 52ad9c67f6 Jpeg colorspace deduction fix 4 years ago
Yu 4b28eb6bdc Fix rle compression mistake in tga encoder. 4 years ago
Brian Popow 34602817b0 Fix issue #2171: Alpha Chunk data size is not set correctly to the compressed size 4 years ago
Dmitry Pentin c9b5e77430 Fixed non-interleaved encoding with subsampling 4 years ago
James Jackson-South 22421dbfcb Limit to collection max 4 years ago
James Jackson-South 48a81062c3 Port WebP and cleanup options 4 years ago
James Jackson-South 3917b123d1 Port Tiff, fix constructors 4 years ago
James Jackson-South c9beb02c0e Port Tga and Png 4 years ago
James Jackson-South d453922250 Port Pbm decoder 4 years ago
James Jackson-South dfe04e36e3 Refactor Bmp and Gif 4 years ago
James Jackson-South 4099205e59 Stub out options types. 4 years ago
James Jackson-South cb3d073fa6 Use new license file 4 years ago
Dmitry Pentin 985131598d Added resizing benchmark results 4 years ago
Jeremy Pritts 3330b27b31 assembly trimming support 4 years ago
Dmitry Pentin c6d127ee22 Added tests for different output color types (except ycck) 4 years ago
Dmitry Pentin d351389c27 Removed redundant color converters creation, updated benchmarks 4 years ago
Dmitry Pentin 893bc201bd gfoidl review, removed obsolete enum 4 years ago
Brian Popow e84100a05e Fix issue #2149 4 years ago
Dmitry Pentin ef9830fd69 Removed debug console log 4 years ago
Dmitry Pentin 943cc34393 Fixed 4 years ago
Brian Popow 3af2dd7720 Multiply by inv max value instead of dividing in GeneratePalette 4 years ago
Brian Popow 035c31e826 Make sure 1 Bit compression is only used with 1 bit pixel type 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 8ff29a1a3f PackBitsTiffCompression: Use Slice.Fill to repeat the data 4 years ago
Brian Popow 50c1aab54f Use stackalloc 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 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 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