ImageSharp Versions Save

:camera: A modern, cross-platform, 2D Graphics library for .NET

v3.0.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v3.0.0...v3.0.1

v2.1.4

1 year ago

What's Changed

Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v2.1.3...v2.1.4

v3.0.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v2.1.1...v3.0.0

v2.1.3

1 year ago

What's Changed

Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v2.1.2...v2.1.3

v2.1.2

1 year ago

What's Changed

Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v2.1.1...v2.1.2

v2.1.1

2 years ago

What's Changed

Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v2.1.0...v2.1.1

v2.1.0

2 years ago

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: https://github.com/SixLabors/ImageSharp/compare/v2.0.0...v2.1.0

v2.0.0

2 years ago

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: https://github.com/SixLabors/ImageSharp/compare/v1.0.4...v2.0.0

v1.0.4

2 years ago

Advisories and Breaking Changes

  • None

Release Notes

Bug Fixes

v1.0.3

3 years ago

Advisories and Breaking Changes

  • None

Release Notes

API Enhancements

Performance

Bug Fixes

Other