mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
feat: 增加效果 k7 (#1400)
This commit is contained in:
parent
1f809e80b0
commit
cd2388fbbd
5 changed files with 1797 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -196,6 +196,9 @@ Magpie 内置了大量效果供组合使用,大部分提供了参数选项以
|
|||
* Sinc Param:值越大图像越锐利
|
||||
* Anti-ringing Strength:抗振铃强度
|
||||
|
||||
* k7_modernAnime:适合动漫类风格的超分算法
|
||||
* 输出尺寸:输入的两倍
|
||||
|
||||
* Lanczos:使用 Lanczos 算法缩放输入。
|
||||
* 输出尺寸:取决于缩放选项
|
||||
* 参数
|
||||
|
|
|
|||
|
|
@ -461,6 +461,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>
|
||||
|
|
@ -452,6 +452,7 @@
|
|||
<Filter>CuNNy2</Filter>
|
||||
</CopyFileToFolders>
|
||||
<CopyFileToFolders Include="SGSR.hlsl" />
|
||||
<CopyFileToFolders Include="k7_modernAnime_FHD_x2.hlsl" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="Anime4K">
|
||||
|
|
|
|||
1787
src/Effects/k7_modernAnime_FHD_x2.hlsl
Normal file
1787
src/Effects/k7_modernAnime_FHD_x2.hlsl
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue