forked from nagadomi/waifu2x
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e6c4a30
commit 38745c3
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
description: 本程序使用卷积神经网络对动漫风格的图片进行放大操作(支持照片)。 | ||
show_demonstration: 完整演示 | ||
go_to_github: 转至GitHub | ||
image_choosing: 选择图像 | ||
type_url: 输入图像链接 | ||
choose_file: 或者从本地上传 | ||
file_limits: "文件大小不得超过3MB;可降噪图像的最大尺寸:2560x2560px;可放大图像的最大尺寸:1280x1280px。" | ||
style: 风格 | ||
artwork: 插图 | ||
photo: 照片 | ||
noise_reduction: 降噪程度 | ||
expect_jpeg: 可能会产生JPEG噪点 | ||
nr_none: 不降噪 | ||
nr_medium: 中 | ||
nr_high: 高 | ||
nr_highest: 最高 | ||
nr_hint: "请仅在图像本身含有噪点的情况下使用降噪,否则可能产生反效果。" | ||
upscaling: 放大倍数 | ||
up_none: 不放大 | ||
button_convert: 转换 | ||
button_download: 下载 | ||
hints: | ||
- "Firefox用户请手动使用Ctrl+S保存图像。右键菜单“保存图像”此处发无法使用。" |