Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency sixlabors.imagesharp to v2 #32

Merged
merged 1 commit into from Mar 26, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
SixLabors.ImageSharp nuget major 1.0.4 -> 2.1.0

Release Notes

SixLabors/ImageSharp

v2.1.0

Advisories and Breaking Changes

Release Notes

Area:Performance

Bug

Codequality

Documentation

  • Fix documentation of HorizontalResolution and VerticalResolution properties - #​1981 via @​0xced

Enhancement

Formats:Jpeg

Formats:Png

Formats:Tiff

Metadata:Exif

Other

Unit Tests

New Contributors

Full Changelog: SixLabors/ImageSharp@v2.0.0...v2.1.0

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

Bug

Codequality

Enhancement

Formats:Jpeg

Formats:Png

Formats:Webp

Other

Unit Tests

New Contributors

Full Changelog: SixLabors/ImageSharp@v1.0.4...v2.0.0


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@FantasticFiasco FantasticFiasco merged commit 0f9e87e into master Mar 26, 2022
@FantasticFiasco FantasticFiasco deleted the renovate/sixlabors.imagesharp-2.x branch March 26, 2022 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants