maqs-dotnet
                                
                                
                                
                                    maqs-dotnet copied to clipboard
                            
                            
                            
                        Bump SixLabors.ImageSharp from 2.1.3 to 3.0.2 in /Framework
Bumps SixLabors.ImageSharp from 2.1.3 to 3.0.2.
Release notes
Sourced from SixLabors.ImageSharp's releases.
v3.0.2
What's Changed
- Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack. by
 @JimBobSquarePantsin SixLabors/ImageSharp#2516Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v3.0.1...v3.0.2
v3.0.1
What's Changed
- ISSUE #2385 - Implementing try get pattern to TryFindFormatByFileExtension(string extension, [NotNullWhen(true)] out IImageFormat? format) by
 @Ollie-Avein SixLabors/ImageSharp#2386- Remove mac specific skips by
 @stefannikoleiin SixLabors/ImageSharp#2384- Add Arm intrinsics to JpegColorConverter RGB by
 @stefannikoleiin SixLabors/ImageSharp#2397- Add arm64 intrinsics for cmyk converter by
 @stefannikoleiin SixLabors/ImageSharp#2400- Low-hanging fruit codegen optimizations by
 @gfoidlin SixLabors/ImageSharp#2401- Webp: Dont use using statement for encodedAlphaData by
 @brianpopowin SixLabors/ImageSharp#2412- Fixed wrong division hack by
 @gfoidlin SixLabors/ImageSharp#2413- Port GrayscalConverter to Arm by
 @stefannikoleiin SixLabors/ImageSharp#2409- Fix RgbScalar by
 @stefannikoleiin SixLabors/ImageSharp#2416New Contributors
@Ollie-Avemade their first contribution in SixLabors/ImageSharp#2386Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v3.0.0...v3.0.1
v3.0.0
What's Changed
- Use .NET 6 only by
 @JimBobSquarePantsin SixLabors/ImageSharp#2098- Convolution: Border wrapping modes by
 @ynse01in SixLabors/ImageSharp#2060- Use ReadOnlySpan static data compiler optimization in more places by
 @turbediin SixLabors/ImageSharp#2101- Add support for decoding jpeg's with arithmetic coding by
 @brianpopowin SixLabors/ImageSharp#2073- Replace Array.Clear(array, 0, array.Length) calls with Array.Clear(array) by
 @turbediin SixLabors/ImageSharp#2103- Preserve color profile when encoding bitmaps by
 @brianpopowin SixLabors/ImageSharp#2108- Preserve color profile when encoding webp images by
 @brianpopowin SixLabors/ImageSharp#2109- Preserve color profile when encoding PNG images by
 @brianpopowin SixLabors/ImageSharp#2110- Add support for decoding webp images with animations by
 @brianpopowin SixLabors/ImageSharp#1985- Jpeg compressed tiff: jpeg decoder should handle the conversion from YCbCr to RGB by
 @brianpopowin SixLabors/ImageSharp#2124- Deduce color space as YCbCr if component id's are 1, 2, 3 by
 @brianpopowin SixLabors/ImageSharp#2135- Bump actions/checkout from 2 to 3 by
 @dependabotin SixLabors/ImageSharp#2145- Bump actions/setup-dotnet from 1 to 2 by
 @dependabotin SixLabors/ImageSharp#2143- Bump actions/cache from 2 to 3 by
 @dependabotin SixLabors/ImageSharp#2142- Bump actions/upload-artifact from 2 to 3 by
 @dependabotin SixLabors/ImageSharp#2146- Bump codecov/codecov-action from 1 to 3 by
 @dependabotin SixLabors/ImageSharp#2144- Skip invalid markers during jpeg decoding by
 @br3akerin SixLabors/ImageSharp#2147- Tiff: Performance improvements for Fax4 decompression by
 @brianpopowin SixLabors/ImageSharp#2134- Fix regression in TIF image loading by
 @brianpopowin SixLabors/ImageSharp#2150- Used inline SIMD vectors if they are constants by
 @gfoidlin SixLabors/ImageSharp#2122- Print environment info on tests start by
 @JimBobSquarePantsin SixLabors/ImageSharp#2175- Update License by
 @JimBobSquarePantsin SixLabors/ImageSharp#2176- Jpeg downscaling decoding by
 @br3akerin SixLabors/ImageSharp#2076- Add support for decoding tiff images with CieLab color space by
 @brianpopowin SixLabors/ImageSharp#2127
... (truncated)
Commits
ccd66b6Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack. (#2516)0198edePrevent crafted DOS attack.2ba22e4Merge pull request #2416 from stefannikolei/stefannikolei/fix/scalar52861d8Another case for arm where YccKVector should be expecteddae030dExpect YCbCrVector on ARM2f6edd7Add GrayscaleArm caseac78ff5Merge branch 'main' into stefannikolei/fix/scalar42918edAdd test for GetConverter with grayscale color space which uses FeatureTestRu...f0530bfAdd test for GetConverter with ycck color space which uses FeatureTestRunner ...ecb6c0fAdd test for GetConverter with ycbcr color space which uses FeatureTestRunner...- Additional commits viewable in compare view
 
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The following labels could not be found: dependabot.