feat: 更新内置缩放模式

Bicubic 换为 CatmullRom,移除 RAVU,CRT-Geom 不启用交错
This commit is contained in:
刘旭 2022-05-03 11:28:28 +08:00
commit 8e577206ec

View file

@ -32,10 +32,8 @@
"effect": "FSRCNNX"
},
{
"effect": "Bicubic",
"scale": [ -1, -1 ],
"paramB": 0.0,
"paramC": 0.5
"effect": "CatmullRom",
"scale": [ -1, -1 ]
}
]
},
@ -46,10 +44,8 @@
"effect": "ACNet"
},
{
"effect": "Bicubic",
"scale": [ -1, -1 ],
"paramB": 0.0,
"paramC": 0.5
"effect": "CatmullRom",
"scale": [ -1, -1 ]
}
]
},
@ -60,18 +56,7 @@
"effect": "Anime4K_Upscale_Denoise_L"
},
{
"effect": "Bicubic",
"scale": [ -1, -1 ],
"paramB": 0.0,
"paramC": 0.5
}
]
},
{
"name": "RAVU",
"effects": [
{
"effect": "RAVU_Zoom_R3",
"effect": "CatmullRom",
"scale": [ -1, -1 ]
}
]
@ -85,7 +70,8 @@
"curvature": 0,
"cornerSize": 0.001,
"CRTGamma": 1.5,
"monitorGamma": 2.2
"monitorGamma": 2.2,
"interlace": false
}
]
},