-
Notifications
You must be signed in to change notification settings - Fork 10
/
README
29 lines (21 loc) · 887 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
GTKam
-----
Hi!
Thank you for using GTKam and therefore supporting our efforts in providing
free access to information on protocols of digital cameras.
Requirements
------------
GTKam is a GTK-frontend to gphoto2. Therefore, you need at least those two
libraries (GTK and libgphoto2).
If you would like to access EXIF information, libexif(-gtk) must be installed
prior to compilation of GTKam. Get libexif and libexif-gtk
from http://www.topfrose.de or directly from
http://www.sourceforge.net/projects/libexif.
To enable GIMP functionality, the libgimp2.0 development libraries must be
installed prior to compilation of GTKam.
Authors
-------
GTKam has originally been written by Scott Fritzinger <scottf@unr.edu>.
Lutz Müller <lutz@users.sf.net> rewrote everything using GTK's
object oriented approach. That made it possible to introduce many new
features.