This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: jhead question/problem


> From: Jason Dufair
> Sent: Monday, June 14, 2004 7:26 PM

> I'd be glad to create and maintain a package for this if there is any
> interest beyond myself (having limited interest in the first place - I'm
> using it to help the author of "album"
> (http://marginalhacks.com/Hacks/album/) test on Cygwin).
>
> This is a very tiny app, so perhaps it would be better off in the jpeg
> package.  Anyone else interested in having this?  Should I create a
> package or would I be better off lobbying the jpeg owner (or some other
> package) for inclusion?

FWIW; I vote for the jpeg package.

- - - -
For the interested; a summary:
 jhead is a Exif 2.x information extractor/manipulator.

To date I have yet to find any easier to use exif-utility.


 Exif-information is available in a majority of the JPG-images that gets
created with almost any current digital still image camera.

 Running jhead on such an image might look like this:

$ jhead 2004-06-06_11.53.16_z-4002.jpg
File name    : 2004-06-06_11.53.16_z-4002.jpg
File size    : 1277295 bytes
File date    : 2004:06:06 11:53:16
Camera make  : Minolta Co., Ltd.
Camera model : DiMAGE Z1
Date/Time    : 2004:06:06 11:53:16
Resolution   : 2048 x 1536
Flash used   : No
Focal length : 12.1mm
Exposure time: 0.0012 s  (1/800)
Aperture     : f/3.2
ISO equiv.   : 50
Metering Mode: matrix
Exposure     : program (auto)
Jpeg process : Baseline


The jhead sources - and an url:

$ ls -l
total xx
-rw-r--r--    1 Hannu          92 May 31 10:55 from.url
-rw-r--r--    1 Hannu       43680 May 31 10:56 jhead-2.1.tar.gz

$ cat from.url
[InternetShortcut]
URL=http://www.sentex.net/~mwandel/jhead/
Modified=600A9E11ED46C40111


To compile it under cygwin use the magic keywords:

$ tar -zxvf jhead-2.1.tar.gz && \
  cd jhead-2.1 && \
  make && \
  ./jhead -h

or some such...
 given that you have gcc, gcc-c and make (more?) installed ;-)

/Hannu E K Nevalainen, B.Sc. EE - 59+16.37'N, 17+12.60'E             --76-->

** on a mailing list; please keep replies on that particular list **

-- printf("LocalTime: UTC+%02d\n",(DST)? 2:1); --
--END OF MESSAGE--


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]