7813 Commits (30a245a3884306fa57dcb1fef17dd84686600a7a)

Author SHA1 Message Date
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
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 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 9165efe740 Fix build issue 4 years ago
Brian Popow 7c8fecaec0
Make color converter static 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 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
Brian Popow 4e84800728 Fallback to id color deduction for adobe marker 4 years ago
Brian Popow e42fdd09f2 Change deducing color space according to review 4 years ago
Dmitry Pentin 503253e568 Fixed scalar YccK conversion 4 years ago
Dmitry Pentin dd0327ac50 Added docs to the color sonverters 4 years ago