88 |
margin_left = 10; |
margin_left = 10; |
89 |
margin_right = 10; |
margin_right = 10; |
90 |
|
|
91 |
#width_rev = 3; |
# Image format(s) |
92 |
#width_tag = 1; |
# image_type <number|{gif,jpeg,png}> |
93 |
|
# gif (0) = Create gif image |
94 |
|
# png (1) = Create png image |
95 |
|
# jpeg (2) = Create jpeg image |
96 |
|
# Image types are available if they can be found in |
97 |
|
# the gd library. Newer versions of gd do not have |
98 |
|
# gif anymore. CvsGraph will automatically generate |
99 |
|
# png images instead. |
100 |
|
# image_quality <number> |
101 |
|
# The quality of a jpeg image (1..100) |
102 |
|
image_type = gif; |
103 |
|
image_quality = 75; |
104 |
|
|