Merge branch 'dev' into d3d12

This commit is contained in:
Xu 2026-04-24 15:41:23 +08:00
commit 98814ff27b
5 changed files with 1797 additions and 0 deletions

View file

@ -196,6 +196,9 @@ Magpie ships with a handful of effects that can be used in combinations. Most of
* Sinc Param: The larger the value is the sharper the images become. Must be greater than 0. Default value: 0.825
* Anti-ringing Strength: The greater the value is the better the effect becomes, but the images will be more blurry.
* k7_modernAnime: anime-targeted super-resolution algorithm
* Output size: twice that of the input
* Lanczos: Scaling with the Lanczos algorithm.
* Output size: determined by scale configuration
* Parameters

View file

@ -196,6 +196,9 @@ Magpie 内置了大量效果供组合使用,大部分提供了参数选项以
* Sinc Param值越大图像越锐利
* Anti-ringing Strength抗振铃强度
* k7_modernAnime适合动漫类风格的超分算法
* 输出尺寸:输入的两倍
* Lanczos使用 Lanczos 算法缩放输入。
* 输出尺寸:取决于缩放选项
* 参数

View file

@ -400,6 +400,9 @@
<CopyFileToFolders Include="SGSR.hlsl">
<FileType>Document</FileType>
</CopyFileToFolders>
<CopyFileToFolders Include="k7_modernAnime_FHD_x2.hlsl">
<FileType>Document</FileType>
</CopyFileToFolders>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>

View file

@ -392,6 +392,7 @@
<Filter>CuNNy2</Filter>
</CopyFileToFolders>
<CopyFileToFolders Include="SGSR.hlsl" />
<CopyFileToFolders Include="k7_modernAnime_FHD_x2.hlsl" />
</ItemGroup>
<ItemGroup>
<Filter Include="Anime4K">

File diff suppressed because it is too large Load diff