1BLOCKDIAG(1) General Commands Manual BLOCKDIAG(1)
2
3
4
6 blockdiag - generate block-diagram image file from spec-text file.
7
9 blockdiag [options] file
10
12 This manual page documents briefly the blockdiag commands.
13
14 blockdiag is a program that generate block-diagram image file from
15 spec-text file.
16
18 These programs follow the usual GNU command line syntax, with long
19 options starting with two dashes (`-'). A summary of options is
20 included below. For a complete description, see the SEE ALSO.
21
22 --version
23 show program's version number and exit
24
25 -h, --help
26 Show summary of options
27
28 -a, --antialias
29 Pass diagram image to anti-alias filter
30
31 -c FILE, --config=FILE
32 read configurations from FILE
33
34 -o FILE
35 write diagram to FILE
36
37 -f FONT, --font=FONT
38 use FONT to draw diagram
39
40 --fontmap=FONT
41 use FONTMAP file to draw diagram
42
43 -s, --separate
44 Separate diagram images for each group
45
46 -T TYPE
47 Output diagram as TYPE format
48
49 --nodoctype
50 Do not output doctype definition tags (SVG only)
51
52 --no-transparency
53 do not make transparent background of diagram (PNG only)
54
56 The programs are documented fully by
57 http://tk0miya.bitbucket.org/blockdiag/build/html/index.html
58
60 blockdiag was written by Takeshi Komiya <i.tkomiya@gmail.com>
61
62 This manual page was written by Kouhei Maeda <mkouhei@palmtb.net>, for
63 the Debian project (and may be used by others).
64
65
66
67 May 9, 2011 BLOCKDIAG(1)