Abstract BitmapInformation class and implement cross-platform using ImageSharp

This commit is contained in:
Yoshi Askharoun
2026-07-26 19:40:02 -05:00
parent 106a7a9545
commit cbb1eeb2bf
10 changed files with 358 additions and 100 deletions
+7 -1
View File
@@ -8,6 +8,12 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EnableNetFXTarget>true</EnableNetFXTarget>
<SixLaborsLicenseFile>./sixlabors-sample.lic</SixLaborsLicenseFile>
</PropertyGroup>
<ItemGroup>
<!-- TODO: Only import on non-Windows targets -->
<!-- ImageSharp provides support for decoding images -->
<PackageReference Include="SixLabors.ImageSharp" Version="4.0.0" />
</ItemGroup>
</Project>