Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TianZerL committed May 2, 2020
1 parent 66a96bd commit 7f490be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GUI/include/mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

#include <opencv2/opencv.hpp>

#define CORE_VERSION "1.5.0"
#define VERSION "1.2.0"
#define CORE_VERSION "1.6.0"
#define VERSION "1.3.0"

QT_BEGIN_NAMESPACE
namespace Ui { class MainWindow; }
Expand Down
2 changes: 2 additions & 0 deletions README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ Anime4KCPP支持GUI,您可以更轻松的处理您的图像与视频!
-d, --deviceID 指定设备ID (unsigned int [=0])
-?, --help 显示帮助信息

## GPU加速相关
使用 ```-q``` 开启GPU加速,然后使用 ```-l``` 列出可用的GPU平台ID及其对应设备ID,参数 ```-h``` 指定平台ID,```-d``` 指定设备ID。
## 滤镜
启用滤镜可以使得处理后的图像看起来更舒服,目前支持以下五种滤镜:

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ This project uses [cmake](https://cmake.org) to build.
-h, --platformID Specify the platform ID (unsigned int [=0])
-d, --deviceID Specify the device ID (unsigned int [=0])
-?, --help print this message

## About GPU acceleration
Use ```-q``` to enable GPU acceleration, and then use ```-l``` to list the platform ids and device ids, ```-h``` for specifying platform id, ```-d``` for specifying device id.
## Filters
Enable filters can make the result be better, now Anime4kCPP support following filters:

Expand Down

0 comments on commit 7f490be

Please sign in to comment.