If picture does no exist, warn and exit
[cascardo/movie.git] / README
1 There are two softwares here.
2
3 One allows you to edit a file describing where faces are in the picture,
4 which we call gzv.
5
6 The other one allows you to show the picture, zooming in and out between
7 faces, which we call movie.
8
9 To run gzv, you will need PyGTK, which, in Debian, is installed by the
10 python-gtk2 package. Then, run it with python gzv.py.
11
12 There is a sample project file named project, with the Debconf8 picture
13 and a dots file.
14
15 To build movie, you will need GTK+ and GDK-Pixbuf development files. In
16 Debian, just install libgtk2.0-dev. Then type make.
17
18 To show the picture, just give as parameters to the movie program the
19 picture and the dots file.