0a18ba55 by 周伟奇

Merge branch 'feature/pdftoimg' into 'feature/uat-tmp'

modify width

See merge request !21
2 parents a74d8077 77132c68
...@@ -28,7 +28,7 @@ WH_COUPLE_4 = (100, 300) ...@@ -28,7 +28,7 @@ WH_COUPLE_4 = (100, 300)
28 WH_COUPLE_5 = (100, 200) 28 WH_COUPLE_5 = (100, 200)
29 29
30 # 碎图宽度阈值 30 # 碎图宽度阈值
31 TINY_IMG_MAX_WIDTH = 1800 31 TINY_IMG_MAX_WIDTH = 1400
32 32
33 # 大图宽高阈值 33 # 大图宽高阈值
34 WH_COUPLE_6 = (1800, 1400) 34 WH_COUPLE_6 = (1800, 1400)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!