Add DICOM image support to ImageViewer plugin #1866

This is not a permanent support and will be adjusted to the plugin later.
This commit is contained in:
ema
2026-02-03 00:36:28 +08:00
parent 4c16a3dd72
commit 866613402a
6 changed files with 356 additions and 2 deletions

View File

@@ -55,6 +55,12 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="fo-dicom" Version="5.2.5">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="fo-dicom.Imaging.Desktop" Version="5.2.5">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
<PackageReference Include="QuickLook.ImageGlass.WebP" Version="1.4.0">
<PrivateAssets>all</PrivateAssets>