Skip to content

1.13.0

Choose a tag to compare

@tumuyan tumuyan released this 02 Apr 15:10
· 16 commits to master since this release

Release Notes / 版本更新说明

Most of the changes in this version were done by AI.
这个版本的代码基本由AI完成

Feature / 功能

Custom Command Labels. Added the ability to customize display names in the command dropdown list.
自定义命令列表备注

IMG_20260404_005902

Bug Fixes / 错误修复

  1. Android GPU Segmentation Fault 修复 / Android 端段错误修复
    Fixed a segmentation fault when processing the last tile row
    修复了处理最后一个 tile 行发生段错误(exit code 139)的问题。

  2. Fixed black border artifacts on the right and bottom edges of output images (associate to image dimensions)
    修复了某些图像尺寸下,输出图像右侧和底部出现黑边的问题:

  3. Alpha 通道与右边缘像素修复 / Alpha Channel Pixel Fix in Right Edge

  4. Introduced a consistent "alpha-external" strategy across all NCNN-based modules (RealSR, RealCUGAN, SRMD, Waifu2x):
    在所有基于 NCNN 的模块(RealSR、RealCUGAN、SRMD、Waifu2x)中引入统一的"alpha 外置"策略

Automated Testing / 自动化测试

Added test-all.sh / test-all.bat automated test scripts covering all CLI programs (Resize, RealCUGAN, RealSR, SRMD, Waifu2x, MNN-SR) with HTML-based image consistency evaluation reports.
新增 test-all.sh / test-all.bat 自动化测试脚本,覆盖所有 CLI 程序(Resize、RealCUGAN、RealSR、SRMD、Waifu2x、MNN-SR),并生成基于 HTML 的图像一致性评估报告。
这些测试对研判黑边、杂色产生了至关重要的作用