Skip to content

Commit 760b7f7

Browse files
author
GL
committed
更新pdf相关工具脚本
1 parent 6a310ce commit 760b7f7

8 files changed

+25
-15
lines changed

HISTORY.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
11
# 历史
22

3-
2023-02-06: v0.6.0
4-
--------------------
3+
>2023-03-27
4+
5+
* 对所有资料进行了第二次大幅的整理、重构。
6+
7+
<br/>
8+
9+
>2023-02-06: v0.6.0
510
611
* 所有文档的排版大调整。
712
* 更新电子版文档。[下载-v0.6.0版 PDF](../..//releases/tag/v0.6.0)
813

14+
<br/>
915

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

20+
<br/>
21+
22+
>2022-11-11
1523
16-
2022-11-11
17-
--------------------
24+
* 对所有资料进行了第一次大幅的整理、重构。
1825

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

21-
2022-06-22
22-
--------------------
28+
>2022-06-22
2329
2430
* 第一个版本的资料库提交到了github。
2531

tools/books/images2pdf1.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ i=150;width=2560;height=2048; \
4444
-resize ${width}x * \
4545
-gravity center \
4646
-extent ${width}x * \
47-
../output/pdf/游戏开发-基础能力.pdf
47+
../output/pdf/1.游戏开发-基础能力.pdf

tools/books/images2pdf2.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ i=150;width=2560;height=2048; \
4444
-resize ${width}x * \
4545
-gravity center \
4646
-extent ${width}x * \
47-
../output/pdf/游戏开发-技术能力.pdf
47+
../output/pdf/2.游戏开发-技术能力.pdf

tools/books/images2pdf3.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ i=150;width=2560;height=2048; \
4444
-resize ${width}x * \
4545
-gravity center \
4646
-extent ${width}x * \
47-
../output/pdf/游戏开发-研发能力.pdf
47+
../output/pdf/3.游戏开发-研发能力.pdf

tools/books/images2pdf4.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ i=150;width=2560;height=2048; \
3838
-resize ${width}x * \
3939
-gravity center \
4040
-extent ${width}x * \
41-
../output/pdf/游戏开发-生产能力.pdf
41+
../output/pdf/4.游戏开发-生产能力.pdf

tools/books/images2pdf5.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ i=150;width=2560;height=2048; \
4040
-resize ${width}x * \
4141
-gravity center \
4242
-extent ${width}x * \
43-
../output/pdf/游戏开发-管理能力.pdf
43+
../output/pdf/5.游戏开发-管理能力.pdf

tools/books/images2pdf6.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ i=150;width=2560;height=2048; \
4444
-resize ${width}x * \
4545
-gravity center \
4646
-extent ${width}x * \
47-
../output/pdf/游戏开发-运营能力.pdf
47+
../output/pdf/6.游戏开发-运营能力.pdf

tools/createPDFs.sh

+4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@
1111

1212
# -resize $((i*827/100))x$((i*1169/100)) \
1313
# -repage $((i*827/100))x$((i*1169/100)) \
14+
1415
sh ./books/images2pdf1.sh
1516
sh ./books/images2pdf2.sh
1617
sh ./books/images2pdf3.sh
1718
sh ./books/images2pdf4.sh
1819
sh ./books/images2pdf5.sh
1920
sh ./books/images2pdf6.sh
21+
22+
#ls -1 ../output/pdf/*.pdf | xargs tar -czvf ../output/游戏开发技术图谱.tar.gz
23+
# zip -r ../output/游戏开发技术图谱.zip ../output/pdf/ -x "*.DS_Store"

0 commit comments

Comments
 (0)