73 Commits (925c2ffe204bc55154e1b8da6f544ca340e3acf9)

Author SHA1 Message Date
Brian Popow 925c2ffe20 Add yuv conversion test with argb 5 years ago
Brian Popow dd0242fe49 Additional tests 5 years ago
Brian Popow e41a9252eb Use tolerant comparer for Encode_Lossy_WorksWithTestPattern 5 years ago
Brian Popow 103b440213 Fix another issue with converting the last row to yuv 5 years ago
Brian Popow 5b6d4d82fb Fix convert to yuv: missed last uv row when height is uneven 5 years ago
Brian Popow 24fec9b4bc Add encoding test pattern tests 5 years ago
Brian Popow a534513ee9 Fix issue with AccumulateRgba in the last row 5 years ago
Brian Popow 1eb7307d82 Add webp EXIF tests 5 years ago
Brian Popow c4a1b994e6 Fix issue with encoding 1 by 1 pixel lossless image 5 years ago
Brian Popow e613094479 Rename namespace to SixLabors.ImageSharp.Formats.Webp 5 years ago
Brian Popow d6520d2574 Fix issue #1594 5 years ago
Brian Popow ce5338bf92 Fix build errors 5 years ago
Brian Popow 67aace4daf Add test for writing exif chunk 5 years ago
Brian Popow 4fa55b7a7b A little cleanup 5 years ago
James Jackson-South dafafb8f21 Fix predictor encoder on NET472 32bit. 5 years ago
Brian Popow 48634cf2bf Add another testcase for ColorSpaceTransform, disable ColorSpaceTransform test for net472 with peak image 5 years ago
Brian Popow cf7a6986f4 Add SSE2 version of TransformColorInverse 5 years ago
Brian Popow 0676e68bfd Add SSE2 version of TransformColor 5 years ago
Brian Popow 92da90322e Add SSE4 version of CollectColorRedTransforms 5 years ago
Brian Popow c563ea3401 Split up intrinsics tests, add guard if hw intrinsics are present 5 years ago
Brian Popow 6a381421c8 Add tests for substract green transform 5 years ago
Brian Popow bcd4c4c0cc Rename WebP to Webp 5 years ago
Brian Popow 3ca3f5f876 Move AddWebp to a extension method 5 years ago
Brian Popow 1e0d1e5dd2 Add helper method to register the webp format 5 years ago
Brian Popow 5330b5c1c6 Use configuration instance in webp tests instead of changing the default config 5 years ago
Brian Popow d74463d5a6 Rename WebP to Webp 5 years ago
Brian Popow 71b5a1f31d BitReader now uses stream extension to read the data from the stream 5 years ago
Brian Popow 3d280757ef Add SaveAsWebP methods and tests 5 years ago
Brian Popow 38a88b2adc Fix issue in ExtractAlphaRows: Filter needs to be applied after extract green 6 years ago
James Jackson-South 3488203684 Remove some low hanging allocations 6 years ago
Brian Popow 7505dfe90a Mark webp as experimental, dont register it in the default config 6 years ago
Brian Popow 314c30d631 Change namespace to SixLabors.ImageSharp.Formats.Experimental.WebP 6 years ago
Brian Popow 1b296c9109 Use tolerant comparer for lossy webp encoder tests 6 years ago
Brian Popow 86d8b6fea7 Fix issue with decoding VP8 alpha channel: Use8BDecode will only be set to true, if there is a transform present 6 years ago
Brian Popow ca68ecc3a0 Add VP8 encoding tests 6 years ago
Brian Popow 9dbd320b62 Use encoding method parameter 6 years ago
Brian Popow 733f83a2a0 Use quality parameter 6 years ago
Brian Popow a38015c90d Change HuffmanTree and HuffmanTreeCode to struct 6 years ago
James Jackson-South 4207950b3b Update to match latest trunk 6 years ago
Brian Popow 82fc1223b1 Change license header 6 years ago
Peter Amrehn 58fb9ffb74 fix build warnings 6 years ago
Brian Popow f53671ad1f alpha_color_cache.webp now decodes correctly 6 years ago
Brian Popow 83d82360eb Fix issue with DecodeAlphaData when copying a block 6 years ago
Brian Popow 39a28668cf Add tests for reading webp metadata, fix some test images with metadata 6 years ago
Brian Popow 08c4278ba4 Add filtering for compressed alpha 6 years ago
Brian Popow a75bb568ea Add filtering for uncompressed alpha 6 years ago
Brian Popow 7592ebda72 Start implementing compressed alpha decoding 6 years ago
Brian Popow 7396db5cfe A little cleanup and refactoring 6 years ago
Brian Popow 263ff75d72 Add decode webp benchmark 6 years ago
Brian Popow c32b3f716d Additional test cases for webp lossy images 6 years ago