8260 Commits (fe77412dcfac9686df8901bbc97154e2e9a106e8)
 

Author SHA1 Message Date
James Jackson-South 58d4c6c9a0
Merge pull request #1154 from samsosa/master 6 years ago
James Jackson-South 9bcd893e31
Merge branch 'master' into master 6 years ago
Brian Popow f2371f2bb0
Merge pull request #1155 from SixLabors/bp/saveAsTga 6 years ago
James Jackson-South 98e51d1b95
Merge branch 'master' into master 6 years ago
Brian Popow e80a6e33e4 Add image extension method for save as tga 6 years ago
samsosa 7935079814
Simple copy & paste error fixed 6 years ago
James Jackson-South 6682529592
Merge pull request #1153 from SixLabors/js/more-efficient-base64 6 years ago
James Jackson-South 3dd4951bb3 Update ImageExtensions.cs 6 years ago
James Jackson-South e957cf0d21 Update Directory.Build.props 6 years ago
James Jackson-South c3cb0e4b38 Simplify approach 6 years ago
James Jackson-South 6346be9d20 Update ImageExtensions.cs 6 years ago
James Jackson-South 3e00fef440 Merge branch 'master' into js/more-efficient-base64 6 years ago
James Jackson-South 26b89ed936
Merge pull request #1152 from SixLabors/js/faster-vector-clamp 6 years ago
James Jackson-South f36930dcc0 Update based on Tanner's investigationl. 6 years ago
Brian Popow 55f60a2e65 Add missing copyright note in ClampVector4 6 years ago
James Jackson-South e4b239910a Replace Vector4.Clamp 6 years ago
Brian Popow a7aa7e7cd0 Move alpha decoding related methods into the AlphaDecoder class 6 years ago
Brian Popow 45bf1064e3 alpha_color_cache.webp now decodes correctly 6 years ago
Brian Popow 9c80c78c5f Fix issue with DecodeAlphaData when copying a block 6 years ago
Brian Popow 848558914d Review changes for the AlphaDecoder 6 years ago
Brian Popow 3ddd8bf586 Use memory allocator for alpha chunk and for the bitreader data 6 years ago
Brian Popow 54d27b93c7 Add bigger webp benchmark files 6 years ago
Brian Popow 4e5a87c223 Refactor parsing VP8X header 6 years ago
Brian Popow e78b48c837 Add AggressiveInlining where it seemed appropriate 7 years ago
Brian Popow 325dcb219c Remove cropping options 7 years ago
Brian Popow 8c8d04ab8b Update external, change expectedDefaultConfigurationCount to be 6 instead of 5 7 years ago
Brian Popow 2cb50b6998 Fix lossy decoding issue: return value of ParseResiduals was not used 7 years ago
James Jackson-South 7ea5c4e208
Merge pull request #1145 from SixLabors/js/fix-detect-edges 7 years ago
James Jackson-South c0585b3dd2
Merge branch 'master' into js/fix-detect-edges 7 years ago
James Jackson-South 5ffdc47e34
Merge pull request #1146 from SixLabors/js/identify-overloads 7 years ago
James Jackson-South 0873fe5244 Add Guard checks, don't pass null, 7 years ago
James Jackson-South 29b709da12 Add overloads. Fix #1144 7 years ago
James Jackson-South e7e30bc258 Fix edge detection and reenable entropy crop tests 7 years ago
Brian Popow 27c714966c Add tests for reading webp metadata, fix some test images with metadata 7 years ago
Brian Popow 7f90c0225f Fix solution file due to merge error 7 years ago
Brian Popow 87a80994b8 Merge remote-tracking branch 'jongleur_upstream/WebP' into webp 7 years ago
Anton Firszov 3042f83722
Merge pull request #1143 from SixLabors/af/block-scale-optimization 7 years ago
Anton Firszov 810d3bbe04 fix Benchmarks build 7 years ago
Anton Firszov 26ddbc06d3 on Framework, SkipAllQuantizerTests should be also true locally 7 years ago
Anton Firszov 939c16455a disable EntropyCrop test on .NET Core 3.1 for ducky.png 7 years ago
Anton Firszov 16afcab544 tweak tolerance for DetectEdgesTest and OilPaintTest 7 years ago
Anton Firszov c567762368 fix GetSingleSpan() & GetSingleMemory() 7 years ago
Anton Firszov ddb73eacd1 improve naming in SimdUtils 7 years ago
Brian Popow e510e41186 Use bulk pixel conversion 7 years ago
Brian Popow 4cf09ce47b Vp8Decoder now uses memory allocator 7 years ago
Brian Popow d806e75c7f Vp8Decoder reserves only needed memory 7 years ago
Brian Popow 885b3fb729 Fix decoding issues 7 years ago
Anton Firszov 0f278e2b59 fix test failure related to #824 7 years ago
Anton Firszov c61c3d71b6 CopyTo -> ScaledCopyTo 7 years ago
Anton Firszov 687b48a1b0 reference MagicScaler code 7 years ago