• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CHANGESH A D16-Dec-20075.2 KiB11399

MakefileH A D05-Jan-20051.3 KiB5732

READMEH A D16-Dec-20071.8 KiB5338

asahi.cH A D23-Dec-20045.4 KiB220101

canon.cH A D16-Dec-200737.2 KiB1,4461,077

casio.cH A D06-Aug-20035.4 KiB213117

exif.cH A D16-Dec-200722.5 KiB916526

exif.hH A D16-Dec-20077.7 KiB265150

exifcom.1H A D10-Apr-20045.1 KiB140105

exifcom.cH A D16-Dec-20079.9 KiB433268

exifcom.dspH A D08-Aug-20034.8 KiB145119

exifgps.cH A D15-Dec-200710.1 KiB383244

exifint.hH A D16-Dec-20075.1 KiB15572

exiftags.1H A D16-Dec-20075.5 KiB156122

exiftags.cH A D16-Dec-20076.6 KiB291204

exiftags.dspH A D15-Sep-20045.5 KiB189152

exiftags.dswH A D20-Apr-2004919 5435

exiftime.1H A D16-Dec-20078.5 KiB275233

exiftime.cH A D16-Dec-200712.8 KiB586375

exiftime.dspH A D20-Apr-20045 KiB153125

exifutil.cH A D16-Dec-200711.2 KiB521286

fuji.cH A D23-Dec-20046 KiB244135

getopt.cH A D01-Aug-20023.8 KiB11968

jpeg.cH A D15-Oct-20026.7 KiB301156

jpeg.hH A D15-Oct-20022.9 KiB7726

leica.cH A D20-Apr-20045.3 KiB223108

makers.cH A D15-Sep-20042.7 KiB6118

makers.hH A D15-Sep-20044.2 KiB11345

makers_stub.cH A D04-Nov-20022 KiB486

minolta.cH A D15-Dec-200718.6 KiB816522

nikon.cH A D04-Jan-200517.5 KiB731468

olympus.cH A D23-Dec-20045 KiB18383

panasonic.cH A D28-Dec-20046 KiB250134

sanyo.cH A D23-Dec-20049.2 KiB367227

sigma.cH A D04-Jan-20055.5 KiB182106

tagdefs.cH A D28-Dec-200416.8 KiB603424

timevary.cH A D20-Apr-200411 KiB507416

timevary.hH A D08-Apr-20041.7 KiB4811

README

1exiftags-1.01
220071215
3Eric M. Johnston, emj@postal.net
4
5This package consists of three utilities for displaying and modifying
6Exif tags in digital camera JPEG files:
7
8    1.  exiftags: spits out Exif tags;
9    2.  exifcom: displays and writes the UserComment tag; and
10    3.  exiftime: displays, adjusts, and writes date/time tags or lists
11        files in date/time order.
12
13See the included man pages for usage and more information.  If you want
14to read the man pages before installing, just do:
15
16    nroff -man exiftags.1 | more
17    nroff -man exifcom.1 | more
18    nroff -man exiftime.1 | more
19
20To build the programs, type:
21
22    make
23
24To install them (defaults to a prefix of /usr/local):
25
26    make install
27
28Included are Visual Studio workspace and project files which should
29be sufficient for building under Windows.  To install, just copy
30exiftags.exe, exifcom.exe, and exiftime.exe to some directory in your
31path (c:\windows\system32 usually works).
32
33It should build fine on FreeBSD, Linux, Solaris and Mac OS X using gcc;
34on Windows using Visual C++ 6.0 (and probably others).  Portability
35patches are welcomed.  You might have problems with the use of
36u_int16_t and u_int32_t.  If so, see exif.h.
37
38Feel free to use the source within the confines of its BSD license.  Note
39that I do not wish it to be re-licensed under some other Open Source
40license (e.g., GPL).  I would be interested to know if you use parts of
41this program in your own and any thoughts you might have on its
42improvement.
43
44If you know how to decode unsupported maker note data or are able to
45procure definitive information from a manufacturer, I'd love to hear
46from you.
47
48Please report bugs, incompatibilities, successes, etc. to
49emj@postal.net.  The latest version of this software will be posted
50at http://johnst.org/sw/exiftags/.
51
52$Id: README,v 1.17 2007/12/16 02:20:55 ejohnst Exp $
53