Skip to content

Commit

Permalink
docs: 更新 README
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinue committed May 10, 2022
1 parent b8572ad commit d259395
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ Magpie 可以将任意窗口放大至全屏,内置大量缩放算法/滤镜。
3. FSRCNNX:[FSRCNNX](https://github.com/igv/FSRCNN-TensorFlow) 的移植。
4. ACNet:[ACNetGLSL](https://github.com/TianZerL/ACNetGLSL)的移植。适合动画风格的图像和视频放大。
5. Anime4K:[Anime4K](https://github.com/bloc97/Anime4K) 的移植。此预置使用 Anime4K_Upscale_Denoise_L 变体。
6. RAVU:见 [About RAVU](https://github.com/bjin/mpv-prescalers#about-ravu)
7. CRT-Geom:最流行的 CRT 滤镜之一,推荐自行配置参数。见 [Emulation General Wiki](https://emulation.gametechwiki.com/index.php/CRT_Geom)
8. Integer Scale:将每个像素放大整数倍,可以完整保留原图像的视觉效果。预置了2x和3x两种放大倍率。
6. CRT-Geom:最流行的 CRT 滤镜之一,推荐自行配置参数。见 [Emulation General Wiki](https://emulation.gametechwiki.com/index.php/CRT_Geom)
7. Integer Scale:将每个像素放大整数倍,可以完整保留原图像的视觉效果。预置了2x和3x两种放大倍率。

#### 捕获模式

Expand All @@ -63,7 +62,7 @@ Magpie 可以将任意窗口放大至全屏,内置大量缩放算法/滤镜。
## 系统需求

1. Windows 10/11
2. DirectX 功能级别 10
2. DirectX 功能级别 11
3. [.NET 6.0.4 Desktop 运行时](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.4-windows-x64-installer)
4. [MSVC 2015-2022 运行时](https://docs.microsoft.com/cpp/windows/latest-supported-vc-redist)

Expand Down
7 changes: 3 additions & 4 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ The application ships with multiple scaling modes. If they don't fit your needs,
3. FSRCNNX:Transplantation of [FSRCNNX](https://github.com/igv/FSRCNN-TensorFlow).
4. ACNet:Transplantation of [ACNetGLSL](https://github.com/TianZerL/ACNetGLSL). Good for Anime-style images or videos.
5. Anime4K:Transplantation of [Anime4K](https://github.com/bloc97/Anime4K). We use the Anime4K_Upscale_Denoise_L variant.
6. RAVU:See [About RAVU](https://github.com/bjin/mpv-prescalers#about-ravu).
7. CRT-Geom:One of the most popular CRT filters. We recommend you to customize your configurations. See [Emulation General Wiki](https://emulation.gametechwiki.com/index.php/CRT_Geom).
8. Integer Scale:Magnifies each pixel with integer factors. It completely keeps the visual effects of the original views. 2x and 3x are shipped with the Magpie.
6. CRT-Geom:One of the most popular CRT filters. We recommend you to customize your configurations. See [Emulation General Wiki](https://emulation.gametechwiki.com/index.php/CRT_Geom).
7. Integer Scale:Magnifies each pixel with integer factors. It completely keeps the visual effects of the original views. 2x and 3x are shipped with the Magpie.

#### Capture Modes

Expand All @@ -62,7 +61,7 @@ You need to manually type in your preferred hot keys (concatenate multiple keys
## System Requirements

1. Windows 10/11
2. DirectX feature level 10
2. DirectX feature level 11
3. [.NET 6.0.4 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.4-windows-x64-installer)
4. [MSVC 2015-2022 Runtime](https://docs.microsoft.com/cpp/windows/latest-supported-vc-redist)

Expand Down

0 comments on commit d259395

Please sign in to comment.