1MComix(1) General Commands Manual MComix(1)
2
3
4
6 MComix - GTK Comic Book Viewer
7
8
10 mcomix [OPTION...] [PATH...]
11
12
14 MComix is a user-friendly, customizable image viewer. It is specifi‐
15 cally designed to handle comic books (both Western comics and manga)
16 and supports a variety of container formats (including CBR, CBZ, CB7,
17 CBT, LHA and PDF).
18
19
21 -h, --help
22 Display the help text and exit.
23
24 -s, --slideshow
25 Start the application in slideshow mode.
26
27 -l, --library
28 Show the library on startup.
29
30 -v, --version
31 Show the version number and exit.
32
33 Viewing modes
34
35 -f, --fullscreen
36 Start the application in fullscreen mode.
37
38 -m, --manga
39 Start the application in manga mode.
40
41 -d, --double-page
42 Start the application in double page mode.
43
44 Zoom modes
45
46 -b, --zoom-best
47 Start the application with zoom set to best fit mode.
48
49 -w, --zoom-width
50 Start the application with zoom set to fit width.
51
52 -h, --zoom-height
53 Start the application with zoom set to fit height.
54
55 The zoom modes are mutually exclusive, and if more than one is speci‐
56 fied, the first will be used.
57
58
60 PATH The path to one or more files or directories to be opened.
61
62
64 Required:
65 Python 2.5 or later (3.0 and later is not supported).
66
67 PyGTK 2.14 or later.
68
69 PIL (Python Imaging Library) 1.1.5 or later. Alternatively, Pillow (a
70 fork of PIL) can be used.
71
72 Distribute or Setuptools. Distribute supersedes Setuptools on most
73 distributions.
74
75 Recommended:
76 unrar, rar or libunrar to extract RAR archives.
77
78 p7zip to extract 7Z archives. Note that p7zip might be able to extract
79 RAR archives as well, but this might require additional software (for
80 example, p7zip-rar on Debian-like systems), and it might fail to open
81 certain RAR archives, especially newer ones.
82
83 lha to extract LHA archives.
84
85 mupdf for PDF support.
86
87 pysqlite (if not already built into Python).
88
89
91 Please report any bugs to the MComix bug tracker at
92 http://sourceforge.net/projects/mcomix
93
95 The MComix home page is
96 http://mcomix.sourceforge.net
97
98
99
100 January 2016 MComix(1)