<PackageReference Include="System.Drawing.Common" Version="10.0.0-rc.1.25451.107" />

ImageCodecInfo

using System; using System.CodeDom.Compiler; using Windows.Win32.Foundation; namespace Windows.Win32.Graphics.GdiPlus { [GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")] internal struct ImageCodecInfo { internal Guid Clsid; internal Guid FormatID; internal PCWSTR CodecName; internal PCWSTR DllName; internal PCWSTR FormatDescription; internal PCWSTR FilenameExtension; internal PCWSTR MimeType; internal uint Flags; internal uint Version; internal uint SigCount; internal uint SigSize; internal unsafe byte* SigPattern; internal unsafe byte* SigMask; } }