Skip to content

Releases: SixLabors/ImageSharp

v2.1.6

30 Aug 12:38
688e242
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.5...v2.1.6

v2.1.5

14 Aug 11:09
d1b52a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.4...v2.1.5

v2.1.4

28 Mar 12:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.1.4

v3.0.1

28 Mar 12:15
2ba22e4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

01 Mar 12:35
6ec1692
Compare
Choose a tag to compare

What's Changed

Read more

v2.1.3

18 Jun 00:16
f53c78d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

v2.1.2

26 May 05:37
bbe396e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

21 Apr 12:50
3139a8a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

16 Mar 01:18
136cc14
Compare
Choose a tag to compare

Advisories and Breaking Changes

Release Notes

Area:Performance

Bug

Codequality

Documentation

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

Enhancement

Formats:Jpeg

  • Fixed multiple SpectralConverter.CommitConversion() calls - #2000 via @br3aker

Formats:Png

Formats:Tiff

Metadata:Exif

Other

Unit Tests

  • BenchmarkDotNet config obsolete method usage fix - #2042 via @br3aker

New Contributors

Full Changelog: v2.0.0...v2.1.0

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