Add AVIF Image decode support

This commit is contained in:
2025-10-27 19:24:44 +08:00
parent 9251d1e080
commit 5ed5b84988
4 changed files with 258 additions and 0 deletions

View File

@@ -111,6 +111,7 @@
<Compile Include="FC01\ArcBDT.cs" />
<Compile Include="FC01\BdtTables.cs" />
<Compile Include="GScripter\ArcDATA.cs" />
<Compile Include="ImageAVIF.cs" />
<Compile Include="ImageJXL.cs" />
<Compile Include="Ism\ImagePNG.cs" />
<Compile Include="Kogado\ArcARC.cs" />
@@ -1271,6 +1272,9 @@
<EmbeddedResource Include="Strings\arcStrings.ru-RU.resx" />
</ItemGroup>
<ItemGroup>
<Content Include="x64\avif.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="x64\jxl_dec.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@@ -1280,6 +1284,9 @@
<Content Include="x64\zstd-1.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="x86\avif.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="x86\jxl_dec.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>