Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Digital Photography > About the EXIF data....

Reply
Thread Tools

About the EXIF data....

 
 
Jack
Guest
Posts: n/a
 
      01-11-2005
Is the lens used in taking the picture (with a Canon 20D) identified
in the EXIF? If so, how can I view it. PS CS doesn't include this
info in the browser.
 
Reply With Quote
 
 
 
 
Cliff W Estes
Guest
Posts: n/a
 
      01-12-2005
IrfanView viewer Image/Info (or just press "I"). At the bottom of the
dialog, select the Exif Info button.

"Jack" <> wrote in message
news:...
> Is the lens used in taking the picture (with a Canon 20D) identified
> in the EXIF? If so, how can I view it. PS CS doesn't include this
> info in the browser.



 
Reply With Quote
 
 
 
 
Jim Townsend
Guest
Posts: n/a
 
      01-12-2005
Jack wrote:

> Is the lens used in taking the picture (with a Canon 20D) identified
> in the EXIF? If so, how can I view it. PS CS doesn't include this
> info in the browser.


The lens isn't directly identified, but if it's a zoom lens, the maximum and
minimum focal lengths of the lens are displayed in the EXIF data.

As below:

MaxFocalLength: 400 mm
MinFocalLength: 100 mm

Canon's file viewer utility (FVU) will display this.





 
Reply With Quote
 
Malcolm Stewart
Guest
Posts: n/a
 
      01-12-2005
"Jack" <> wrote in message
news:...
> Is the lens used in taking the picture (with a Canon 20D) identified
> in the EXIF? If so, how can I view it. PS CS doesn't include this
> info in the browser.


In addition to focal length, aperture etc...
With my 10D you sometimes get some very odd distances at which the lens is
focused. If this same data is used in ETTL II flash calculation, I'd be
surprised if the exposure is anywhere near "correct".
--
M Stewart
Milton Keynes, UK
http://www.megalith.freeserve.co.uk/oddimage.htm



 
Reply With Quote
 
C Wright
Guest
Posts: n/a
 
      01-12-2005
On 1/11/05 5:35 PM, in article ,
"Jack" <> wrote:

> Is the lens used in taking the picture (with a Canon 20D) identified
> in the EXIF? If so, how can I view it. PS CS doesn't include this
> info in the browser.

The file Browser in my copy of PS CS has an entry in the EXIF for the 20D
for both focal length and lens. The lens entry may not be quite as specific
as you are looking for but, for example, if I am using my 24-70mm it says:
24-70. It does not say 24-70 f2.8L USM - if you are looking for something
that specific.
Chuck

 
Reply With Quote
 
Jack
Guest
Posts: n/a
 
      01-12-2005
On Wed, 12 Jan 2005 04:04:27 GMT, C Wright
<wright9_nojunk@nojunk_mac.com> wrote:


>The file Browser in my copy of PS CS has an entry in the EXIF for the 20D
>for both focal length and lens. The lens entry may not be quite as specific
>as you are looking for but, for example, if I am using my 24-70mm it says:
>24-70. It does not say 24-70 f2.8L USM - if you are looking for something
>that specific.
>Chuck


I just checked my PS CS browser again to see if there's any reference
to the lens as you indicated. I couldn't find any at all. Do you
have to turn on some function in PS or the 20D?
 
Reply With Quote
 
C Wright
Guest
Posts: n/a
 
      01-12-2005
On 1/11/05 11:20 PM, in article ,
"Jack" <> wrote:

> On Wed, 12 Jan 2005 04:04:27 GMT, C Wright
> <wright9_nojunk@nojunk_mac.com> wrote:
>
>
>> The file Browser in my copy of PS CS has an entry in the EXIF for the 20D
>> for both focal length and lens. The lens entry may not be quite as specific
>> as you are looking for but, for example, if I am using my 24-70mm it says:
>> 24-70. It does not say 24-70 f2.8L USM - if you are looking for something
>> that specific.
>> Chuck

>
> I just checked my PS CS browser again to see if there's any reference
> to the lens as you indicated. I couldn't find any at all. Do you
> have to turn on some function in PS or the 20D?


Yes - in the data display in the lower left corner of the File Browser make
sure that the Metadata tab is clicked; then click the small arrow to the
right of that and you will be able to choose data display options. In mine
the 'lens' entry was checked by default, perhaps that was not the default in
yours.

 
Reply With Quote
 
Jack
Guest
Posts: n/a
 
      01-12-2005

>Yes - in the data display in the lower left corner of the File Browser make
>sure that the Metadata tab is clicked; then click the small arrow to the
>right of that and you will be able to choose data display options. In mine
>the 'lens' entry was checked by default, perhaps that was not the default in
>yours.

Found it! I unchecked the "hide empty fields" and the lens field is
visible now, but empty! Perhaps the 20D doesn't record this info?
 
Reply With Quote
 
paul
Guest
Posts: n/a
 
      01-12-2005
Jack wrote:
>
> Found it! I unchecked the "hide empty fields" and the lens field is
> visible now, but empty! Perhaps the 20D doesn't record this info?



Is it an older manual lens?
 
Reply With Quote
 
paul
Guest
Posts: n/a
 
      01-12-2005
A bit off topic from the OP...

Does anyone know a utility that will easily create text files for the
exif info simply by right-clicking selected files in explorer?

BreezeBrowser does a nice job of this but it's still pretty tedious
firing up the program, browing to that folder, mucking through menus
etc. Other programs like Exifer are similarly complex at creating comma
delimited files. It'd be nice to have an editable config file to choose
the fields you want & maybe add formatting like html.

JHead is a command line utility that could be used to write a script
maybe to handle multiple files. I don't know what it'd take to run that
from a right-click menu but it'd be a very simple fast thing. I could do
that with PHP but it'd be a pain going to that screen. I tried jhead
with a batch file but a script is needed to handle multiple files.

myimage01.jpg > myimage01.txt
myimage02.jpg > myimage02.txt
myimage03.jpg > myimage03.txt
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
VB.NET to extract EXIF Harry Simpson ASP .Net 1 12-14-2005 04:46 PM
EXIF & MarkerNote Robert ASP .Net 0 10-27-2005 07:03 AM
Extract EXIF infromation from JPEG file =?Utf-8?B?SmFjZWsgU3Rhd2lja2k=?= ASP .Net 0 08-05-2005 01:47 PM
Writing EXIF file properties Joaquin Corchero ASP .Net 0 12-15-2004 06:27 PM
Exif extension tit Firefox 0 10-27-2004 07:27 AM



Advertisments
 



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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57