Skip to content

Commit

Permalink
更新pdf相关工具脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
GL committed Mar 26, 2023
1 parent 6a310ce commit 760b7f7
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 15 deletions.
24 changes: 15 additions & 9 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
# 历史

2023-02-06: v0.6.0
--------------------
>2023-03-27
* 对所有资料进行了第二次大幅的整理、重构。

<br/>

>2023-02-06: v0.6.0
* 所有文档的排版大调整。
* 更新电子版文档。[下载-v0.6.0版 PDF](../..//releases/tag/v0.6.0)

<br/>

2023-01-16: v0.5.0
--------------------
>2023-01-16: v0.5.0
* 制作发布pdf版本(测试版),更便于阅读。[下载-v0.6.0版 PDF](../..//releases/tag/v0.5.0)

<br/>

>2022-11-11
2022-11-11
--------------------
* 对所有资料进行了第一次大幅的整理、重构。

* 对所有资料进行了一次大幅的整理、重构。
<br/>

2022-06-22
--------------------
>2022-06-22
* 第一个版本的资料库提交到了github。

2 changes: 1 addition & 1 deletion tools/books/images2pdf1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ i=150;width=2560;height=2048; \
-resize ${width}x * \
-gravity center \
-extent ${width}x * \
../output/pdf/游戏开发-基础能力.pdf
../output/pdf/1.游戏开发-基础能力.pdf
2 changes: 1 addition & 1 deletion tools/books/images2pdf2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ i=150;width=2560;height=2048; \
-resize ${width}x * \
-gravity center \
-extent ${width}x * \
../output/pdf/游戏开发-技术能力.pdf
../output/pdf/2.游戏开发-技术能力.pdf
2 changes: 1 addition & 1 deletion tools/books/images2pdf3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ i=150;width=2560;height=2048; \
-resize ${width}x * \
-gravity center \
-extent ${width}x * \
../output/pdf/游戏开发-研发能力.pdf
../output/pdf/3.游戏开发-研发能力.pdf
2 changes: 1 addition & 1 deletion tools/books/images2pdf4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ i=150;width=2560;height=2048; \
-resize ${width}x * \
-gravity center \
-extent ${width}x * \
../output/pdf/游戏开发-生产能力.pdf
../output/pdf/4.游戏开发-生产能力.pdf
2 changes: 1 addition & 1 deletion tools/books/images2pdf5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ i=150;width=2560;height=2048; \
-resize ${width}x * \
-gravity center \
-extent ${width}x * \
../output/pdf/游戏开发-管理能力.pdf
../output/pdf/5.游戏开发-管理能力.pdf
2 changes: 1 addition & 1 deletion tools/books/images2pdf6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ i=150;width=2560;height=2048; \
-resize ${width}x * \
-gravity center \
-extent ${width}x * \
../output/pdf/游戏开发-运营能力.pdf
../output/pdf/6.游戏开发-运营能力.pdf
4 changes: 4 additions & 0 deletions tools/createPDFs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@

# -resize $((i*827/100))x$((i*1169/100)) \
# -repage $((i*827/100))x$((i*1169/100)) \

sh ./books/images2pdf1.sh
sh ./books/images2pdf2.sh
sh ./books/images2pdf3.sh
sh ./books/images2pdf4.sh
sh ./books/images2pdf5.sh
sh ./books/images2pdf6.sh

#ls -1 ../output/pdf/*.pdf | xargs tar -czvf ../output/游戏开发技术图谱.tar.gz
# zip -r ../output/游戏开发技术图谱.zip ../output/pdf/ -x "*.DS_Store"

0 comments on commit 760b7f7

Please sign in to comment.