ImageSharp

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

OTHER License

Stars
7.1K
Committers
173

Bot releases are hidden (Show)

ImageSharp - v3.1.4 Latest Release

Published by JimBobSquarePants 6 months ago

What's Changed

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

ImageSharp - v2.1.8

Published by JimBobSquarePants 6 months ago

What's Changed

Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v2.1.7...v2.1.8

ImageSharp - v2.1.7

Published by JimBobSquarePants 8 months ago

What's Changed

Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v2.1.6...v2.1.7

ImageSharp - v3.1.3

Published by JimBobSquarePants 8 months ago

What's Changed

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

ImageSharp - v3.1.2

Published by JimBobSquarePants 10 months ago

What's Changed

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

ImageSharp - v3.1.1

Published by JimBobSquarePants 10 months ago

What's Changed

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

ImageSharp - v3.1.0

Published by JimBobSquarePants 11 months ago

What's Changed

New Contributors

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

ImageSharp - v2.1.6

Published by JimBobSquarePants about 1 year ago

What's Changed

Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v2.1.5...v2.1.6

ImageSharp - v3.0.2

Published by JimBobSquarePants about 1 year ago

What's Changed

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

ImageSharp - v2.1.5

Published by JimBobSquarePants about 1 year ago

ImageSharp - v3.0.1

Published by JimBobSquarePants over 1 year ago

What's Changed

New Contributors

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

ImageSharp - v2.1.4

Published by JimBobSquarePants over 1 year ago

What's Changed

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

ImageSharp - v3.0.0

Published by JimBobSquarePants over 1 year ago

What's Changed

New Contributors

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

ImageSharp - v2.1.3

Published by JimBobSquarePants over 2 years ago

What's Changed

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

ImageSharp - v2.1.2

Published by JimBobSquarePants over 2 years ago

What's Changed

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

ImageSharp - v2.1.1

Published by JimBobSquarePants over 2 years ago

What's Changed

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

ImageSharp - v2.1.0

Published by JimBobSquarePants over 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

ImageSharp - v2.0.0

Published by JimBobSquarePants over 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

ImageSharp - v1.0.4

Published by JimBobSquarePants about 3 years ago

Advisories and Breaking Changes

  • None

Release Notes

Bug Fixes

ImageSharp - v1.0.3

Published by JimBobSquarePants over 3 years ago

Advisories and Breaking Changes

  • None

Release Notes

API Enhancements

Performance

Bug Fixes

Other