-
Notifications
You must be signed in to change notification settings - Fork 180
/
config.local.sample
61 lines (61 loc) · 1.6 KB
/
config.local.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?php
return array(
'thumbers' => array(
'd' => array(
'cache' => 1,
),
'watermark' => array(
'cache' => 1,
'watermark' => array(
'enable' => 1,
),
),
'watermark2' => array(
'cache' => 1,
'watermark' => array(
'enable' => 1,
'position' => 'center',
'layer_file' => '',
'text' => 'http://avnpc.com/pages/evathumber',
'qr_code' => 1,
'qr_code_size' => 2,
'qr_code_margin' => 1,
),
),
'watermark3' => array(
'cache' => 1,
'watermark' => array(
'enable' => 1,
'position' => 'bl',
'layer_file' => '',
'text' => 'EvaThumber',
),
),
'stretch' => array(
'cache' => 1,
'allow_stretch' => true,
'allow_sizes' => array(
'310*207',
),
),
'max' => array(
'cache' => 1,
'max_width' => 100,
'max_height' => 100,
),
'zip' => array(
'cache' => 1,
'source_path' => __DIR__ . '/upload/archive.zip',
'zip_file_encoding' => 'GB2312',
),
'png' => array(
'cache' => 1,
'png_optimize' => array(
'enable' => 1,
'pngout' => array(
'bin' => __DIR__ . '/bin/pngout',
),
),
),
),
);