8879 Commits (efaebafefea34033cbeffe74b9e0b20e7cdaf31e)
 

Author SHA1 Message Date
Brian Popow c4413d5a55 Fix encoding of 16 tga files 7 years ago
James Jackson-South 7cb840a86a Fix output, cleanup and minor optimizations. 7 years ago
Peter Amrehn 5067bf472e introduce WebPLossyDecoder 7 years ago
Brian Popow 8a0f53e971 Add additional image features into separate class 7 years ago
Brian Popow 85c73017d9 Move decoding of lossless into separate class 7 years ago
James Jackson-South 1911fb536d Update External 7 years ago
James Jackson-South 1d0834ddde Optimize effor diffusion. Fix #757 7 years ago
James Jackson-South d9b7cfd425
Merge pull request #1038 from SixLabors/js/huffman-decode-optimizations 7 years ago
James Jackson-South 2129979d02
Merge branch 'master' into js/huffman-decode-optimizations 7 years ago
James Jackson-South 8d96d08009 Introduce one more constant + cleanup 7 years ago
Brian Popow 4cd0ce4e74 Add all found chunk types to the metadata 7 years ago
Brian Popow 1de13422ed Throwing not supported exception for animated images 7 years ago
Brian Popow 857002ae81 Add to the metadata, if the image is lossy or lossless and also if a animation is present 7 years ago
James Jackson-South 0ad6158300
Merge pull request #1035 from SixLabors/af/expose-buffer-internals 7 years ago
James Jackson-South c0ccc74d83 Introduce a few more constants 7 years ago
James Jackson-South c3e943ac08 Merge branch 'master' into js/huffman-decode-optimizations 7 years ago
James Jackson-South dc720ee7c0 Merge branch 'master' into af/expose-buffer-internals 7 years ago
James Jackson-South 43d50567de
Merge pull request #1036 from SimonCropp/updateCompilerToolset 7 years ago
James Jackson-South 75b97aca59 Remove extra chars 7 years ago
James Jackson-South 2c4c26b2d3 Improve readability 7 years ago
Simon Cropp 437e55f04e
update Microsoft.Net.Compilers.Toolset to 3.3.1 7 years ago
Anton Firszov 5b1e31ef4f StyleCop 7 years ago
Anton Firszov f0b5f13a18 Merge remote-tracking branch 'origin/master' into af/expose-buffer-internals 7 years ago
Anton Firszov 7fa07b6ef2 fix Configuration.MaxDegreeOfParallelism error cases 7 years ago
Anton Firszov 53bb11a236 expose ParallelExecutionSettings and ParallelHelper, fix MaxDegreeOfParallelism 7 years ago
James Jackson-South c4b1681af4
Merge pull request #1028 from SixLabors/js/expose-pixel-blenders 7 years ago
Brian Popow d88ba617e1 Add parsing optional chunks at the end 7 years ago
Brian Popow 506967a86e Initialize metadata 7 years ago
Lajos Marton 375d332b65 BitsPerPixel Assert added to webp Identify_DetectsCorrectDimensions test 7 years ago
James Jackson-South 2b6521536f Fix permissions 7 years ago
Anton Firszov 15cc234b96 publish ParallelHelper and RowInterval API-s 7 years ago
Brian Popow b86d4d0f73 Fix mistake with parsing VP8X header 7 years ago
Brian Popow c113c8ea8c Skipping over optional chunks with VP8X images (still does not seem to work) 7 years ago
Anton Firszov d758d49f1f expose limited Buffer2D internals, smplify API surface 7 years ago
James Jackson-South 5d9f5dfbef Remove unrequired blend function. 7 years ago
James Jackson-South a6b1467107 Fix ordering 7 years ago
James Jackson-South a1ad3baf61 Update PixelBlender{TPixel}.cs 7 years ago
James Jackson-South bd1fc22f32 Update PixelBlender{TPixel}.cs 7 years ago
James Jackson-South 7a4535459d Revert exposing PortDuffFunctions 7 years ago
Lajos Marton a7965898cf Animated webp sample added to Identify test 7 years ago
Lajos Marton 95f89503ce Some Lossy files added to WebPDecoder Identify test. Test is broken with new sample files. 7 years ago
Brian Popow 3c419fcfdc Refactor determining chunk types 7 years ago
Brian Popow bc80cf1c6b Use the width and height from the VP8X information, if present 7 years ago
Brian Popow ca93805da6 Parsing of image features of VP8X header 7 years ago
Brian Popow 9b19a76207 Add additional chunk header constants 7 years ago
Brian Popow d4efca8607 Parsing the transforms (still WIP) 7 years ago
Peter Amrehn 593d247cd3 height comes before width, switch order. 7 years ago
popow 01412d0981 Add bitreader for a VP8L stream. Determining image size for VP8L should work now. 7 years ago
Lajos Marton 4cd76ccf4b Two sample images missed 7 years ago
Lajos Marton 80cf5d83ef WebP Identify test added, webp sample files copied from official samples repository 7 years ago