Skip to content

Commit

Permalink
docs: 更新 README
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinue committed May 9, 2022
1 parent ee305a9 commit ba95aec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 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 Down
5 changes: 2 additions & 3 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 Down
2 changes: 1 addition & 1 deletion Runtime/Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ void Utils::RunParallel(std::function<void(UINT)> func, UINT times) {
#else
if (times == 0) {
return;
}
}

if (times == 1) {
return func(0);
Expand Down

0 comments on commit ba95aec

Please sign in to comment.