1Comix(1) General Commands Manual Comix(1)
2
3
4
6 Comix - Comic Book Viewer
7
8
10 comix [PATH]
11
12
14 Comix is a user-friendly, customizable image viewer. It is specifi‐
15 cally designed to handle comic books, but also serves as a generic
16 viewer. It reads images in ZIP, RAR or tar archives (also gzip or bzip2
17 compressed) as well as plain image files. It is written in Python and
18 uses GTK+ through the PyGTK bindings.
19
20
22 PATH Path to a file or directory. Directories are traversed recur‐
23 sively until a suitable file is found.
24
25
27 Required:
28 PyGTK 2.8.0 or later
29 PIL (Python Imaging Library) 1.1.4 or later
30
31 Recommended:
32 rar or unrar
33 jpegtran (usually part of the jpeg library)
34
36 Please report any bugs to the bug tracker at
37 http://sourceforge.net/projects/comix
38 or directly to
39 herrekberg@users.sourceforge.net.
40
42 Pontus Ekberg <herrekberg@users.sourceforge.net>
43 http://comix.sourceforge.net
44
45
46
47 Comix(1)