Commit graph

6 commits

Author SHA1 Message Date
veego
01fa670df5 Update jhead to version 1.6.
Changes since 1.5:

- Added -V (version) option
- Added -exonly (exif only) option
- Fixed lots of typos (Thanks, David Baker [mailto:dave@dsb3.com])
- Use EDITOR environment variable to pick which editor (Instead of notpead or VI)
- Improved thumbnail deletion feature - now not just shortens the header, but
  also removes pointers to the thumbnail form the exif header.
2002-02-10 22:47:47 +00:00
toshii
c5455a14ca Update jhead to 1.5. The previous version is no longer on the master
site.  Changes from the previous pkgsrc version:

1.4 --> 1.5  (Oct 25 2001)
* Minor typos fixed
* Added "-ce" option to edit comments
* Fixed bug in "-ts" option that caused the time set to be incorrect
2001-12-23 04:38:05 +00:00
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