ImageSharp icon indicating copy to clipboard operation
ImageSharp copied to clipboard

Obsolete ImageFormat out params and return on Metadata

Open tocsoft opened this issue 3 years ago • 0 comments
trafficstars

Proposal

This goes along with the https://github.com/SixLabors/ImageSharp/discussions/2090 proposal so show the impact to the API.

Description

Obsoletes all the overloads of Image.Load that return on IImageFormat, removes all internal dependencies on those APIs, returns OrginalImageFormat on all images/identify call sites.

out IImageFormat overloads no depend on non out versions rather than the other way around.

tocsoft avatar Apr 16 '22 13:04 tocsoft