Bump SixLabors.ImageSharp from 1.0.0-beta0006 to 2.1.11 #34
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated SixLabors.ImageSharp from 1.0.0-beta0006 to 2.1.11.
Release notes
Sourced from SixLabors.ImageSharp's releases.
2.1.11
What's Changed
Full Changelog: SixLabors/ImageSharp@v2.1.10...v2.1.11
2.1.10
What's Changed
Full Changelog: SixLabors/ImageSharp@v2.1.9...v2.1.10
2.1.9
What's Changed
Full Changelog: SixLabors/ImageSharp@v2.1.8...v2.1.9
2.1.8
What's Changed
Full Changelog: SixLabors/ImageSharp@v2.1.7...v2.1.8
2.1.7
What's Changed
Full Changelog: SixLabors/ImageSharp@v2.1.6...v2.1.7
2.1.6
What's Changed
Full Changelog: SixLabors/ImageSharp@v2.1.5...v2.1.6
2.1.5
What's Changed
Full Changelog: SixLabors/ImageSharp@v2.1.4...v2.1.5
2.1.4
What's Changed
Full Changelog: SixLabors/ImageSharp@v2.1.3...v2.1.4
2.1.3
What's Changed
Full Changelog: SixLabors/ImageSharp@v2.1.2...v2.1.3
2.1.2
What's Changed
Full Changelog: SixLabors/ImageSharp@v2.1.1...v2.1.2
2.1.1
What's Changed
Full Changelog: SixLabors/ImageSharp@v2.1.0...v2.1.1
2.1.0
Advisories and Breaking Changes
Release Notes
Area:Performance
Bug
Codequality
Documentation
Enhancement
Formats:Jpeg
Formats:Png
Formats:Tiff
... (truncated)
2.0.0
Advisories and Breaking Changes
Major breaking changes
GetPixelRowSpan()
methods have been replaced withProcessPixelRows()
variants. This was done to guarantee memory safety. For more details see:Image<Rgb24>
instead ofImage<Rgba32>
.) This was done to reduce memory usage and remove some surprises for users.Complete list of breaking PR-s
Release Notes
API
Area:Build
Area:Formats
Area:Performance
... (truncated)
1.0.4
Advisories and Breaking Changes
Release Notes
Bug Fixes
1.0.3
Advisories and Breaking Changes
Release Notes
API Enhancements
Performance
Bug Fixes
Other
... (truncated)
1.0.2
Advisories and Breaking Changes
Release Notes
Bug Fixes
Area:Api
Area:Performance
Area:Build
... (truncated)
1.0.1
Advisories and Breaking Changes
Release Notes
Bug
Simplify jpeg encoder and fix for Windows ARM - #1304 via @JimBobSquarePants
Fix non-seekable stream reading - #1316 via @JimBobSquarePants
Other
1.0.0
Advisories and Breaking Changes
Area:Api
Release Notes
Area:Api
Area:Formats
Area:Performance
Bug
Area:Build
Area:Build
Documentation
1.0.0-rc.3
Area:Api
Bug
Area:Build
Other
1.0.0-rc.2
Release Notes
Reintroduces the Apache 2.0 License as the open source license.
Area:Performance
Bug
Enhancement
Area:Build
Formats:Tga
Other
1.0.0-rc.1
Release Notes
Milestone: 1.0.0-rc1
Area:Api
Area:Bug
... (truncated)
1.0.0-beta7
enhancement
contributed by JimBobSquarePantsbug
formats:bmp
contributed by brianpopowbug
formats:jpeg
contributed by JimBobSquarePantsbuild
contributed by JimBobSquarePantsbug
formats:jpeg
contributed by JimBobSquarePantsbug
formats:jpeg
contributed by JimBobSquarePantsbug
formats:jpeg
contributed by JimBobSquarePantsbug
formats:jpeg
contributed by JimBobSquarePantsbug
formats:png
contributed by JimBobSquarePantsdocumentation
contributed by bulldetektorformats:jpeg
performance
contributed by tannergoodingperformance
contributed by JimBobSquarePantsbug
drawing
contributed by Poyo-SSBdrawing
enhancement
contributed by Poyo-SSBapi
enhancement
performance
contributed by antonfirsovcodequality
contributed by iamcarbonbug
quantizers
contributed by JimBobSquarePantsdocumentation
metadata:exif
metadata:icc
metadata:iptc
metadata:xmp
contributed by iamcarbonbug
colorspaces
performance
contributed by iamcarbonbug
drawing
contributed by BorisTheBravecodequality
contributed by iamcarbonbug
formats:jpeg
contributed by JimBobSquarePantsapi
bug
performance
contributed by JimBobSquarePantsenhancement
memory
performance
contributed by antonfirsovbug
formats:bmp
contributed by brianpopowbuild
contributed by antonfirsovbug
contributed by dannsamformats:jpeg
performance
contributed by JimBobSquarePantsenhancement
formats:bmp
contributed by brianpopowunit tests
contributed by antonfirsovformats:bmp
unit tests
contributed by brianpopowapi
enhancement
contributed by antonfirsovdocumentation
contributed by SLane35enhancement
formats:bmp
contributed by brianpopowapi
enhancement
contributed by antonfirsovformats:bmp
contributed by brianpopowapi
enhancement
contributed by antonfirsovenhancement
contributed by JimBobSquarePantsperformance
contributed by JimBobSquarePants... (truncated)
1.0.0-beta6
Improvements since beta-5
Resize
~2.5x
). On .NET Core 2.1 now we downscale images faster than System.Drawing (#731, #781)~30%
less memory during resize (#731, #781)Formats
JPEG (& Exif)
PNG
BMP
GIF
Color Spaces and Filters
ColorMatrix
and fix Color Filters, making them CSS-compatible (#806)Pixel Types
Drawing and text
.DrawImage()
extension method works across pixel types. (image<Rgba>.Mutate(x => x.DrawImage( Image<Argb>))
) (#686)... (truncated)
1.0.0-beta5
Breaking changes
SixLabors.ImageSharp.Processing
namespace to improve API discoverability for vanilla VS and VS Code users. (#645) Sub namespaces likeSixLabors.ImageSharp.Processing.Transforms
do no longer exist! You have to remove these using statements from your code:image.SavePixelData()
APIs have been removed in favour ofimage.GetPixelSpan()
(#628)Configuration.ParallelOptions
has been replaced withConfiguration.MaxDegreeOfParallelism
(#667)Improvements since beta 4:
~28%
faster Jpeg Decoder (#643)PixelResolutionUnit
inImageMetaData
, fix #490 (#649)~600%
(#637)System.Memory
API integration:Image.Load()
andImage.DetectFormat()
(#618)image.GetPixelSpan()
andimage.GetPixelRowSpan()
extension methods for fast pixel data manipulation (#607)Image.WrapMemory(...)
for native interop use-cases (#660)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
System.Memory
API integration: Image.LoadPixelData() and SavePixelData() are now able to consume spans.Fill(color)
performance and added a constructor initializing images with a default fill colorBlog post
https://sixlabors.com/blog/fantastic-beta-four/
1.0.0-beta3
Improvements since beta 2
Blog post
https://sixlabors.com/blog/beta-3-is-a-magic-number/
1.0.0-beta2
Beta Release
100%-200%
for most imagesIImageFrameCollection<T>
(image.Frames
). From now, it is responsible for managing the lifecycle of image frames. AddedCloneFrame(idx)
andExportFrame(idx)
methods to copy/move individual frames into new images.ref
returning extension methods for low-level/interop scenarios. (Only for advanced users, familiar with pointer arithmetics!)You can download the packages from nuget
1.0.0-beta1
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 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/hixio-mh...
Description has been truncated