Releases: tumuyan/RealSR-NCNN-Android
Releases · tumuyan/RealSR-NCNN-Android
1.10.0
- New feather: support gif animation input/output. It is not perfect, but he is practical.
- Processing can only be done in GIF animation mode when one GIF is opened; otherwise, only one frame can be processed.
- Only one frame can be previewed.
- The result will be saved directly to album.
- Magick (including the quick menu in the top right corner) does not support GIF processing.
- Update ncnn/magick/opencv/libwebp
1.9.7
- fix reset-assets
- adjust realsr-ncnn log printing (limit progress update 2 times/sec, add build time info, print progress for cpu mode)
- finetune realsr-ncnn tilesize for Snapdragon (This adjustment only affects Adreno GPU when you use a big model.finetune according to my 8gen2 device. )
1.9.6
- Add model RealeSR-general-v3 , a official small model, fast but not very good.
- Upgrade gradle and jnilibs (libncnn, magick, stb)
- Release latest assets package
- Upload a onnx2ncnn tool. You can use the mouse to drag an ONNX model to
onnx2ncnn.bat
to convert its format, without manually input commands or modify the param file. However, since the program is unable to determine the scaling of your model, you still need to manually rename the files.
1.9.5
- Fix #56 by upgrade magick. https://github.com/MolotovCherry/Android-ImageMagick7 has been archived, now I use this fork https://github.com/Miseryset/Android-ImageMagick7
- Add menu: reset cache
- Update readme
1.9.4
- Reduce save time (opencv instand of stb lib), it could be userful for process big image.
- Update help information (add anime4kcpp link)
- Fix de-nearest. (Although it is not useful.)
- Update Magick to 7.1.24. ( https://github.com/MolotovCherry/Android-ImageMagick7 has been archived by the owner on Jan 25, 2024, many thanks to him)
1.9.3
- Remove srmd models, I think it's useless. Anyway, if you need it, you could download it and apply it as extra models.
- Add real-esrgan model Nomos8kSC, it was trained by Phhofm, a nice model for photos.
- Change models reop in readme, now the extra models is in https://huggingface.co/tumuyan2/realsr-models
- Add interpolation config options, you could remove any interpolation command or add others magick filters easily. I think you could read this: https://imagemagick.org/Usage/filter/
1.9.2
1.9.1
1.9 Add bench mark ...
1.8.5
- upgrade ncnn 20230816.
- add notification option.
1.7.6 - 1.8.5 更新记录:
1.7.6 自动从用户预设目录加载 waifu2x/ESRGAN 模型
1.7.7 移除内置的realsr模型(减小应用体积),如有需要可以下载模型并放到自定义模型路径;增加若干Magick的插值放大算法;优化预设命令列表
1.7.8 增加菜单命令,移动缩小命令到菜单
1.7.9 新增功能:分享图片到realsr,分享处理后的图片到其他应用,处理结束后自动导出到图库
1.7.10 增加real-cugan-pro模型
1.7.11 增加real-cugan的进度信息
1.7.12 增加选项: 隐藏主界面命令输入框,设置输出图片的路径,设置输出文件名
1.7.13 更新依赖:magick 7.1.0-54 和 ncnn 20221128
1.8 支持多选图片分享到RealSR,此时运行结束直接输出文件到设置的目录中,无需手动导出。
1.8.3 增加修复扫描书的内置模型SourceBook,改善文件路径支持,更新ncnn版本
1.8.4 使用realsr/real-esrgan模型进行放大时,打印已经消耗的时间和预计还需要的时间(单位为秒);增加屏幕方向的选项
1.8.5 增加通知栏消息,更新ncnn