dlemstra / Magick.NET

The .NET library for ImageMagick
Apache License 2.0
3.44k stars 413 forks source link

Breaking changes in Magick.NET 14.0.0 #1374

Closed dlemstra closed 1 month ago

dlemstra commented 1 year ago

This issue describes the planned breaking changes for Magick.NET 14.0.0:

Development notes:

ghost commented 9 months ago

Hi, with the removal of FormatInfo, what is the new way to get the MIME type of an image? I can't figure out how it is supposed to work.

dlemstra commented 9 months ago

Thanks for coming here and asking that question. I will update the comment to make this more clear. You should use use MagickFormatInfo.Create(image.Format) instead.

ghost commented 9 months ago

Thanks for the help!