Skip to content
This repository was archived by the owner on Sep 17, 2019. It is now read-only.

Conversation

@dependabot-preview
Copy link

Bumps SixLabors.ImageSharp from 1.0.0-beta0002 to 1.0.0-beta0005.

Release notes

Sourced from SixLabors.ImageSharp's releases.

1.0.0 beta5

Breaking changes

  • All processing extension methods have been moved to the SixLabors.ImageSharp.Processing namespace to improve API discoverability for vanilla VS and VS Code users. (#645) Sub namespaces like SixLabors.ImageSharp.Processing.Transforms do no longer exist! You have to remove these using statements from your code:
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Processing; // The only namespace required for processing extensions!
u̶s̶i̶n̶g̶ ̶S̶i̶x̶L̶a̶b̶o̶r̶s̶.̶I̶m̶a̶g̶e̶S̶h̶a̶r̶p̶.̶P̶r̶o̶c̶e̶s̶s̶i̶n̶g̶.̶T̶r̶a̶n̶s̶f̶o̶r̶m̶s̶;̶ // COMPILATION ERROR!
  • image.SavePixelData() APIs have been removed in favour of image.GetPixelSpan() (#628)
  • Configuration.ParallelOptions has been replaced with Configuration.MaxDegreeOfParallelism (#667)

Improvements since beta 4:

  • Fixed all remaining issues with .NET Core 2.1
  • Jpeg improvements:
    • ~28% faster Jpeg Decoder (#643)
    • Fix #624 (Decoder bug, -> PR #625)
    • Fix #646 (ICC decoding bug, -> PR #647)
  • Introduce PixelResolutionUnit in ImageMetaData, fix #490 (#649)
  • PNG improvements
    • Exif support for PNG (#616)
    • Support for 16bit PNGs (#613)
  • Optimized font rendering by caching glyphs (#614)
  • Improved Gif and Quantization performance when using diffusion by ~600% (#637)
  • Cross target .NET Core 2.1 (#604)
  • Histogram Equalization (#644)
  • Deeper System.Memory API integration:
    • Span overloads for Image.Load() and Image.DetectFormat() (#618)
    • image.GetPixelSpan() and image.GetPixelRowSpan() extension methods for fast pixel data manipulation (#607)
    • Image.WrapMemory(...) for native interop use-cases (#660)
    • The MemoryAllocator API is now public and shared across all SixLabors projects (#665)

NuGet

https://www.nuget.org/packages/SixLabors.ImageSharp/1.0.0-beta0005
https://www.nuget.org/packages/SixLabors.ImageSharp.Drawing/1.0.0-beta0005

1.0.0 beta4

Improvements since beta 3

Blog post

... (truncated)
Commits

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 1.0.0-beta0002 to 1.0.0-beta0005.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](https://github.com/SixLabors/ImageSharp/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 23, 2018
@dependabot-preview
Copy link
Author

Superseded by #8.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/SixLabors.ImageSharp-1.0.0-beta0005 branch January 28, 2019 06:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants