Skip to content

Commit

Permalink
更新 overview
Browse files Browse the repository at this point in the history
  • Loading branch information
GL committed Dec 7, 2022
1 parent a12dc75 commit 4804587
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ int main(){
Email: [email protected]

## Preview
![image loading...](overview/overview.png)
![image loading...](overview/overview-h.png)

## Edit and View
* Use XMind to edit content of folder /xminds/.<br/>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ int main(){
<br/><br/>

## 缩略预览
![图2、这个知识图谱还在持续的补充扩展中](overview/overview.png)
![图2、这个知识图谱还在持续的补充扩展中](overview/overview-h.png)
<br/>

## 编辑与查看
Expand Down
Binary file added overview/overview-h.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
22 changes: 20 additions & 2 deletions tools/merge2one.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ../overview/overview.png

# all-in-one
echo "合成overview"
echo "合成overview-竖向"
montage \
../overview/1.基础能力.png \
../overview/2.技术能力.png \
Expand All @@ -27,4 +27,22 @@ montage \
-shadow \
-background black \
-geometry +10+10 \
../overview/overview.png
../overview/overview-v.png

echo "合成overview-横向"
montage \
../overview/1.基础能力.png \
../overview/2.技术能力.png \
../overview/3.研发能力.png \
../overview/4.管理能力.png \
../overview/5.商品化能力.png \
\
-auto-orient \
-resize 480x * \
-mode Concatenate \
-tile 5x \
-border 10 \
-shadow \
-background black \
-geometry +20+20 \
../overview/overview-h.png

0 comments on commit 4804587

Please sign in to comment.