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

Update dependency SixLabors.ImageSharp to v2 - autoclosed #78

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 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 becomes conflicted, 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.

@renovate renovate bot force-pushed the renovate/sixlabors.imagesharp-2.x branch from f27760d to ddd9a93 Compare March 16, 2022 04:26
@renovate renovate bot changed the title Update dependency SixLabors.ImageSharp to v2 Update dependency SixLabors.ImageSharp to v2 - autoclosed Mar 17, 2022
@renovate renovate bot closed this Mar 17, 2022
@renovate renovate bot deleted the renovate/sixlabors.imagesharp-2.x branch March 17, 2022 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant