Skip to content

Releases: SixLabors/ImageSharp

v2.0.0

07 Feb 12:17
5d6f389
Compare
Choose a tag to compare

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

Read more

v1.0.4

28 Sep 03:42
Compare
Choose a tag to compare

Advisories and Breaking Changes

  • None

Release Notes

Bug Fixes

v1.0.3

17 Feb 21:20
138c75b
Compare
Choose a tag to compare

Advisories and Breaking Changes

  • None

Release Notes

API Enhancements

Performance

Bug Fixes

Other

v1.0.2

13 Nov 00:10
abc1573
Compare
Choose a tag to compare

Advisories and Breaking Changes

  • None

Release Notes

Bug Fixes

Area:Api

Area:Performance

Area:Build

v1.0.1

21 Aug 15:05
d95a996
Compare
Choose a tag to compare

Advisories and Breaking Changes

  • None

Release Notes

Bug

Other

v1.0.0

04 Aug 21:46
a31a541
Compare
Choose a tag to compare

Advisories and Breaking Changes

Area:Api

Release Notes

Area:Api

Area:Formats

Area:Performance

Bug

  • Change position guard from MustBeLessThanTo to MustBeLessThanOrEqualTo - #1291 via @brianpopow

Area:Build

Area:Build

Documentation

1.0.0-rc.3

18 Jun 20:04
ab8ab39
Compare
Choose a tag to compare
1.0.0-rc.3 Pre-release
Pre-release

Area:Api

Bug

Area:Build

Other

1.0.0-rc.2

08 Jun 10:50
78a584e
Compare
Choose a tag to compare
1.0.0-rc.2 Pre-release
Pre-release

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

30 Apr 21:29
b44008e
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

Release Notes

Milestone: 1.0.0-rc1

Area:Api

Area:Bug

Read more

1.0.0-beta7

04 Sep 07:33
be5c99f
Compare
Choose a tag to compare
1.0.0-beta7 Pre-release
Pre-release
Read more