Skip to content

Commit

Permalink
添加使用说明
Browse files Browse the repository at this point in the history
  • Loading branch information
tcmyxc committed Sep 28, 2022
1 parent 2962bb4 commit ade2e9a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea/
venv/
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# KFB转SVS软件

软件只是将 [KFB2TiforSVS](https://github.com/WilmerWang/SLFCD/releases/tag/0.0.1) 包装了一下,让本来只能一张一张转换图片格式变成了:

(1)`选择 KFB 文件所在文件夹`

(2)`批量转换为 SVS 文件`

同时加了一个简陋的GUI 界面,界面截图如下:

![软件界面](images/image-20220928115827054.png)



GUI 界面包括一个命令行窗口(显示处理过程中的一些信息),一个简单的选择文件夹的按钮和处理进度条界面。

> 上面截图是两个窗口,只是叠放在了一起(为了截图方便)


## 参考文献

1. https://zhuanlan.zhihu.com/p/362254790
2. https://github.com/WilmerWang/SLFCD/releases/tag/0.0.1
3. https://zhuanlan.zhihu.com/p/475299807
Binary file added images/image-20220928115827054.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ade2e9a

Please sign in to comment.