Commit graph

4 commits

Author SHA1 Message Date
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
veego
a35abd897b Update jhead to 1.4, and change the DIST_SUBDIR from DISTNAME to PKGNAME:
* Fixed saving of thumbnails for big-endian format cameras
* Wen renaming files to date based scheme, avoid changing names of files
  with correct name already.
* Added '-de' option to remove exif header
* Added '-ts' option to set exif timestamp absolutely
2001-10-14 07:14:24 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
veego
bb50ba66e8 Program for extracting Digicam setting information from Exif Jpeg headers
used by most Digital Cameras.
Things the 'jhead' program can extract from an Exif file:
 - Integral low-res Exif thumbnail
 - Shutter speed
 - Camera F-stop number
 - Flash used (yes/no)
 - Focus distance (some digital cameras store this element - very
   interesting)
 - Focal length (most zoom cameras store their zoomed-to focal length)
 - Equivalent 35mm focal length (Calculated from focal length, CCD size,
   and CCD resolution)
 - Image resolution
 - Time and date picture was taken
 - Camera make and model
2001-09-02 15:35:37 +00:00