中文版
这个预览版包含了一个全新的渲染系统,它已经开发了很久 #643,终于准备好和大家见面了。感谢在开发过程中提供无私帮助的贡献者们。
新功能
- 全新的渲染系统,大多数场合下都可以感知到流畅度提升,且特别针对重量级着色器优化
- 实现了重复帧检测,当游戏画面静止时功耗将显著降低
- 支持限制帧率 #657
- 大幅提高光标的流畅度,在帧率较低时更加明显;光标延迟也显著降低
- 不再支持垂直同步选项,该选项已经没有意义
- 原生 ARM64 支持 #308
- 优化了对窗口客户区域的检测,现在可以自动裁剪上边框 #864
- 优化了双线性插值下单色光标和彩色掩码光标的渲染效果 #855 #853
- 刷新了 UI 样式
新效果
- 大量 RAVU 和 NNEDI3 变体 (感谢 @hauuau) #806
- CuNNy 族,它们适合视觉小说风格画面,比 Anime4K 更擅长处理文本 (感谢 @cunnyplapper) #848
- Anime4K_Upscale_GAN_x3_L 和 Anime4K_Upscale_GAN_x2_M
修复
其他更改
This preview version features a brand new rendering system that has been in development for quite some time #643, and is finally ready to be unveiled. We extend our gratitude to the contributors who generously assisted throughout the development process.
New Features
- A brand new rendering system, with noticeable improvements in fluidity in most scenarios, especially optimized for heavyweight shaders
- Implemented frame duplication detection to reduce power consumption when the game screen is static
- Support for frame rate limiting #657
- Substantial improvement in cursor fluidity, particularly noticeable at lower frame rates; cursor latency also significantly reduced
- Vsync option no longer supported, as it has become redundant
- Native ARM64 support #308
- Optimized detection of the window client area, now automatically cropping the top border #864
- Enhanced rendering effects for monochrome cursors and masked color cursors under bilinear interpolation #855 #853
- Refreshed UI style
New Effects
- A plethora of RAVU and NNEDI3 variants (thanks to @hauuau) #806.
- The CuNNy family, specialized for visual novel-style images, excelling in text handling compared to Anime4K (thanks to @cunnyplapper) #848
- Anime4K_Upscale_GAN_x3_L and Anime4K_Upscale_GAN_x2_M
Fixes
- Fixed an issue where the cursor would sometimes jump when hovering the overlay or other windows #866
- Fixed incorrect cropping when capturing title bar in Win11 #864
Other Changes
- Catmull-Rom downscaling is now consistently used, with no further modifications supported
- Windows with higher integrity levels are now prohibited from being scaled. For example, if Magpie is not launched with administrator privileges, it cannot scale windows with administrator privileges #867
- Changed the global configuration file path to avoid losing settings when using two versions simultaneously #872