Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 10, 2022

Bumps SixLabors.ImageSharp from 1.0.1 to 2.0.0.

Release notes

Sourced from SixLabors.ImageSharp's releases.

v2.0.0

Advisories and Breaking Changes

Major breaking changes

  • Due to the new unmanaged memory engine, we had to redesign our pixel processing and low level memory management API-s. The most visible change is that the GetPixelRowSpan() methods have been replaced with ProcessPixelRows() variants. This was done to guarantee memory safety. For more details see:
  • Png and Jpeg now decode to pixels formats closer to the encoded format when using the non-generic API. (For example Jpeg now decodes to Image<Rgb24> instead of Image<Rgba32>.) This was done to reduce memory usage and remove some surprises for users.
  • We've dropped the old NetStandard 1.3 target. This targeted frameworks not supported by Microsoft and was adding overhead to development.

Complete list of breaking PR-s

Release Notes

API

Area:Build

Area:Formats

Area:Performance

... (truncated)

Commits
  • 5d6f389 Merge pull request #1980 from SixLabors/js/fix-1962
  • 438a97b Handle missing global color table. Fix #1963
  • 6d434ea Merge pull request #1979 from br3aker/dp/jpeg-grayscale-fix
  • 4fd6a29 Merge branch 'master' into dp/jpeg-grayscale-fix
  • e5c40dc Merge pull request #1976 from SixLabors/js/expose-orientation
  • e36cc7b Group dotnet actions
  • bebbe15 Remove duplicate dotnet setup
  • 8330333 Merge branch 'master' into js/expose-orientation
  • b4ac71e Added test
  • ca9c45e Fixed invalid non-interleaved single component jpeg scan parsing
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 10, 2022
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 1.0.1 to 2.0.0.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](SixLabors/ImageSharp@v1.0.1...v2.0.0)

---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/main/SixLabors.ImageSharp-2.0.0 branch from 06d935f to a1d3371 Compare February 11, 2022 14:20
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 17, 2022

Superseded by #14.

@dependabot dependabot bot closed this Mar 17, 2022
@dependabot dependabot bot deleted the dependabot/nuget/main/SixLabors.ImageSharp-2.0.0 branch March 17, 2022 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants