EXIF tag used as 'Description'

What EXIF tag does iPhoto 09 use as description when I import JPGs? With iPhoto 08 it worked when I set the 'Object Name' before importing but since I upgraded to 09 that does no longer work
I can still see the description for photos I imported when I still had 08, all that I imported with 09 have no description set.
Any ideas?

Added the tags using exiftool, below are all the tags set on my test.jpg file:
ExifTool Version Number : 7.44
File Name : test.jpg
Directory : .
File Size : 382 kB
File Modification Date/Time : 2009:02:19 19:48:14-08:00
File Type : JPEG
MIME Type : image/jpeg
JFIF Version : 1.01
Coded Character Set : UTF8
Application Record Version : 2
Object Name : Flagpole on the Coney Island beach
Country-Primary Location Name : United States
Province-State : New York
City : Brooklyn
Caption-Abstract : Flagpole on the Coney Island beach
Profile CMM Type : Lino
Profile Version : 2.1.0
Profile Class : Display Device Profile
Color Space Data : RGB
Profile Connection Space : XYZ
Profile Date Time : 1998:02:09 06:49:00
Profile File Signature : acsp
Primary Platform : Microsoft Corporation
CMM Flags : Not Embedded, Independent
Device Manufacturer : IEC
Device Model : sRGB
Device Attributes : Reflective, Glossy, Positive, Color
Rendering Intent : Media-Relative Colorimetric
Connection Space Illuminant : 0.9642 1 0.82491
Profile Creator : HP
Profile ID : 0
Profile Copyright : Copyright (c) 1998 Hewlett-Packard Company
Profile Description : sRGB IEC61966-2.1
Media White Point : 0.95045 1 1.08905
Media Black Point : 0 0 0
Red Matrix Column : 0.43607 0.22249 0.01392
Green Matrix Column : 0.38515 0.71687 0.09708
Blue Matrix Column : 0.14307 0.06061 0.7141
Device Mfg Desc : IEC http://www.iec.ch
Device Model Desc : IEC 61966-2.1 Default RGB colour space - sRGB
Viewing Cond Desc : Reference Viewing Condition in IEC61966-2.1
Viewing Cond Illuminant : 19.6445 20.3718 16.8089
Viewing Cond Surround : 3.92889 4.07439 3.36179
Viewing Cond Illuminant Type : D50
Luminance : 76.03647 80 87.12462
Measurement Observer : CIE 1931
Measurement Backing : 0 0 0
Measurement Geometry : Unknown (0)
Measurement Flare : 0.999%
Measurement Illuminant : D65
Technology : Cathode Ray Tube Display
Red Tone Reproduction Curve : (Binary data 2060 bytes, use -b option to extract)
Green Tone Reproduction Curve : (Binary data 2060 bytes, use -b option to extract)
Blue Tone Reproduction Curve : (Binary data 2060 bytes, use -b option to extract)
Exif Byte Order : Big-endian (Motorola, MM)
Photometric Interpretation : BlackIsZero
Image Description : OLYMPUS DIGITAL CAMERA
Make : OLYMPUS IMAGING CORP.
Camera Model Name : E-510
Orientation : Horizontal (normal)
X Resolution : 72
Y Resolution : 72
Resolution Unit : inches
Software : Version 1.3
Modify Date : 2008:10:18 13:00:33
Exposure Time : 1/250
F Number : 10.0
Exposure Program : Creative (Slow speed)
ISO : 100
Exif Version : 0221
Date/Time Original : 2008:10:18 13:00:33
Create Date : 2008:10:18 13:00:33
Exposure Compensation : 0
Max Aperture Value : 3.5
Metering Mode : Multi-segment
Light Source : Unknown
Flash : Auto, Did not fire
Focal Length : 17.0 mm
Flashpix Version : 0100
Color Space : sRGB
Exif Image Width : 2243
Exif Image Height : 2995
Custom Rendered : Normal
Exposure Mode : Auto
White Balance : Auto
Digital Zoom Ratio : 1
Scene Capture Type : Standard
Gain Control : None
Contrast : Normal
Saturation : Normal
Sharpness : Normal
GPS Version ID : 2.2.0.0
GPS Latitude Ref : North
GPS Longitude Ref : West
GPS Altitude Ref : Above Sea Level
GPS Time Stamp : 17:00:35
GPS Map Datum : WGS-84
Image Width : 2243
Image Height : 2995
Encoding Process : Baseline DCT, Huffman coding
Bits Per Sample : 8
Color Components : 3
Y Cb Cr Sub Sampling : YCbCr4:2:0 (2 2)
Aperture : 10.0
GPS Altitude : 5 m Above Sea Level
GPS Latitude : 40 deg 34' 22.20" N
GPS Longitude : 73 deg 58' 50.40" W
GPS Position : 40 deg 34' 22.20" N, 73 deg 58' 50.40" W
Image Size : 2243x2995
Shutter Speed : 1/250
Focal Length : 17.0 mm
Light Value : 14.6
Preview recognizes the tag correctly, only iPhoto does no longer do.
What are your import settings? Do you copy items into the iPhoto library?

Similar Messages

  • Reading EXIF Tag Attributes

    Image FIles have Properties like Width, Height, Duration, Bit Rate, Date Created, Date Modified, Date Picture Taken etc.
    I need to read these attributes ( EXIF Tag ) of these Image Files before uploading them and storing them separately in the SAP system. Does anyone know how this can be achieved thro ABAP please
    Thanx in adavance

    I doubt you'll find something like that in ABAP. If I were you, I would try to execute a command-line third-party application from ABAP.
    You can use for instance [ExifTool|http://www.sno.phy.queensu.ca/~phil/exiftool/]. I use it to work on my personal photo collections and works very well reading exif tags information, and can be used in both Linux and Windows, in case you need to save it within the Application Server.
    Cheers,
    Andres.

  • EXIF tag "ImageDate" & AppleScript

    Need some help with a script please! If
    (the current date)
    returns
    date "Wednesday, February 2, 2011 3:16:25 PM"
    day of (the current date)
    returns
    2
    tell image version 1
    value of EXIF tag "ImageDate"
    end tell
    returns
    date "Friday, November 26, 2010 5:28:42 PM"
    WHY DOES
    tell image version 1
    day of (value of EXIF tag "ImageDate")
    end tell
    return
    error "Aperture got an error: Can’t make day of value of EXIF tag \"ImageDate\" of image version 1 into type specifier." number -1700 from day of value of EXIF tag "ImageDate" of image version 1 to specifier
    I understand that if I set a imageDate to the (value of EXIF tag "ImageDate") I can extract the info, but I am trying to use a statement like
    get every image version of project id projSel whose day of (value of EXIF tag "ImageDate") is 2
    Thanks for the time.

    I'm going to do this a different way...
      -- based on http://macscripter.net/viewtopic.php?pid=137055#p137055
                                                      set theDate to value of EXIF tag "ImageDate"
                                                      set theYear to year of theDate
                                                      set theMonth to month of theDate as integer as string
                                                      if length of theMonth is 1 then
                                                                set theMonth to "0" & theMonth
                                                      end if
                                                      set theDay to day of theDate as integer as string
                                                      if length of theDay is 1 then
                                                                set theDay to "0" & theDay
                                                      end if
                                                      set newDate to theDay & "/" & theMonth & "/" & theYear as string
      make new custom tag with properties {name:"My Date", value:newDate}

  • Lightroom version number in Exif tag "Software"

    Since today I'm using "Lightroom 5.3 RC for Windows". When I export to jpg the Exif meta data contain a Exif tag "Software", the value is "Adobe Photoshop Lightroom 5.0 (Windows)". Why doesn't this tag show the version number "5.3" (or "5.3 RC")?
    This behaviour has been at all prior Lightroom versions I know.
    Kind regards,
    Eckhard

    I could verify, the bug has been fixed in the final 5.3 version. Thanks!

  • Display format for Exif Tag: ExposureTime

    Hello,
    I'm a user of Adobe Photoshop Elements 3.0, in which the image editor component displays "File Info" (Exif and XMP information) embedded in the image file using the Adobe Photoshop Information Panels, which are XMP files (
    DOCTYPE panel SYSTEM "http://ns.adobe.com/custompanels/1.0").
    Unfortunately, my camera embeds the Exif tag
    ExposureTime instead of the Exif tag
    ShutterSpeedValue.
    In the camera1.txt XMP panel file, the ShutterSpeedValue field is defined as (the Adobe Forum Web UI will break the formatting)
    static_text(name: '$$$/AWS/FileInfoLib/Panels/Camera1/ShutterSpeed=Shutter Speed:', font: font_big_right, vertical: align_center);
    edit_number(format: apex_shutterspeed,  precision: 2, format_addin: '$$$/AWS/FileInfoLib/Panels/Camera1/ShutterSpeedFormat=^0 sec',locked: true, horizontal: align_fill, xmp_ns_prefix: 'exif', xmp_namespace: 'http://ns.adobe.com/exif/1.0/', xmp_path: 'ShutterSpeedValue');
    I changed this to:
    static_text(name: '$$$/AWS/FileInfoLib/Panels/Camera1/ShutterSpeed=Shutter Speed:', font: font_big_right, vertical: align_center);
    edit_number(format: decimal,  precision: 4, format_addin: '$$$/AWS/FileInfoLib/Panels/Camera1/ShutterSpeedFormat=^0 sec',locked: true, horizontal: align_fill, xmp_ns_prefix: 'exif', xmp_namespace: 'http://ns.adobe.com/exif/1.0/', xmp_path: 'ExposureTime');
    in order to display the correct Exif tag.
    But how can I display the usual reciprocal shutter speed format ("1/160th sec") instead of the decimal format ("0.0063 sec")?
    Any help much appreciated!

    Don't know about the display format problem ... but there seems to be another quirk. Obviously you are confusing shutter speed with shutter speed value. These are two different things. The shutter speed value is the inverted base-two logarithm of the shutter speed in seconds. Example: shutter speed = 1/128 s --> shutter speed value = 7.
    By the way, there's a similar difference between aperture and aperture value; the latter is twice the base-two logarithm of the f-stop number. Example: aperture = f/8 --> aperture value = 6.
    -- Olaf

  • EXIF Tag problem / unknown lens

    Hi everyone,
    I imported a few raw files in lightroom 3.4.1 (mac version, but this is irrelevant), all of them are from Sony cameras and different lenses.
    From the command line, exiftool always reports the correct camera model/lens, but lightroom often does not.
    From the exiftool documentation, it seems that Sony has a specific EXIF tag for the lens model, called "LensID".
    However when LR generates the xmp, it does write some lens information in it, but I cannot understand where it reads from.
    For example, I run a sample query on a raw file, which LR correctly identifies, asking all possible lens-related fields:
    exiftool -Lens -LensID -LensModel -LensType -LensMake -LensSerialNumber _DSC0350.ARW
    Lens ID                         : Carl Zeiss Vario-Sonnar T* DT 16-80mm F3.5-4.5 ZA
    Lens Type                     : Carl Zeiss Vario-Sonnar T* DT 16-80mm F3.5-4.5 ZA
    and in the corresponding xmp file I have:
      <aux:Lens>DT 16-80mm F3.5-4.5 ZA</aux:Lens>
      <aux:LensID>46</aux:LensID>
    and if I query directly the xmp file (which exiftool can do):
    exiftool -Lens -LensID -LensModel -LensType -LensMake -LensSerialNumber _DSC0350.xmp
    Lens                            : DT 16-80mm F3.5-4.5 ZA
    Lens ID                        : Carl Zeiss Vario-Sonnar T* DT 16-80mm F3.5-4.5 ZA
    So, the LR-generated "Lens" field in xmp is a *different* string.
    If I repeat the same procedure on some different raw files (from different sony cameras), I get different results: most times the xmp contains no lens field, and LR says "unknown lens", even if the ARW does contain the same information shown above.
    If I manually fix the xmp with exiftool and I force LR to reload metadata from files, then I get the lens identified.
    Is it possible to fix this situation somehow?

    In my opinion, it is not possible to get a reliable lens identification with Sony/Minolta cameras unless you have a lens lookup list which fits your actual lens collection. So that means that you either have to buy lenses which fits the lookup list in your identification tool, or use an identification tool which allows you to modify the lookup list. The latter option excludes using Lightroom for lens identification, as far as I know. I don't know about exiftool.
    Old Minolta IDs have been reused by Sony when they released similar lenses, which I guess is acceptable but can result in Sony lenses being recognized as Minolta or vice versa. Even worse is that third party lens makers have released a lot of lenses where they use a more or less random ID from the Minolta lenses.
    Here is an example of lenses using ID 25611:
    Minolta AF 75-300mm F4.5-5.6
    Sigma 70-300mm F4-5.6 DL Macro
    Sigma AF 300mm F4 APO Macro
    Sigma AF 500mm F4.5 APO
    Sigma AF 170-500mm F5-6.3 APO Asph
    Tokina AT-X AF 300mm F4
    Tokina AT-X AF 400mm F5.6 SD
    Tokina AF 730 II 75-300mm F4.5-5.6
    Sigma 70-300mm F4-5.6 APO Macro
    Sigma AF 500mm F7.2 APO
    (And now I just discovered that this list is incomplete, since the exiftool link posted by ixtab alos lists an ID 25611 Sigma 800 mm which is not in my list.)
    To some extent, the correct lens can be picked from the list if combining ID, max. aperture and focal length from the EXIF. If ID is 25611, max. aperture is 4.5, and focal length is 500, it can only be a Sigma AF 500mm F4.5 APO.
    But if ID is 25611, max. aperture is 5.6, and focal length is 300, there are actually 4-5 different lenses which match. With a little luck you only own one of those lenses and can give that lens the highest priority in the lookup list. That is why it is so important to be able to modify the lookup list.
    I use a command line tool called alphalensinfo which does just that: Uses the combination of ID, max. aperture and focal length and allows you to modify the lookup list. The information is written into an .xmp file which is imported with the image into Lightroom.
    I know that exiftool can do something similar, as stated earlier in the thread, but I have no experience with using it for this purpose (even though I actually do use exiftool in the same batch process to rectify the Orientation tag of the photos).

  • [svn] 790: ASDocs update (3.0.x branch) -- added @ productVersion tag and some @see tags to class descriptions for mx.core. windowClasses.StatusBar and TitleBar.

    Revision: 790
    Author: [email protected]
    Date: 2008-03-12 13:09:50 -0700 (Wed, 12 Mar 2008)
    Log Message:
    ASDocs update (3.0.x branch) -- added @productVersion tag and some @see tags to class descriptions for mx.core.windowClasses.StatusBar and TitleBar.
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/airframework/src/mx/core/windowClasses/Status Bar.as
    flex/sdk/branches/3.0.x/frameworks/projects/airframework/src/mx/core/windowClasses/TitleB ar.as

    Ooops, I must have accidentally clicked 'Submit' - I didn't mean to post it.
    Try using some more nouveau goodness. I have no idea why nouveau-drm is unavailable atm - it was here yesterday ...
    http://arm.kh.nu/search/index.php?a=32& … ommunity=1 <- this is for 32-bit
    Last edited by karol (2010-07-21 00:01:30)

  • [svn] 791: ASDocs update (trunk) -- added @productVersion tag and some @ see tags to class descriptions for mx.core.windowClasses. StatusBar and TitleBar.

    Revision: 791
    Author: [email protected]
    Date: 2008-03-12 13:11:30 -0700 (Wed, 12 Mar 2008)
    Log Message:
    ASDocs update (trunk) -- added @productVersion tag and some @see tags to class descriptions for mx.core.windowClasses.StatusBar and TitleBar. These fixes have already been made in the published livedocs source.
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/windowClasses/StatusBar.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/windowClasses/TitleBar.as

    solved by myself.
    also if there's port 8084 configured on server properties, jboss start using 8080 (maybe i've done some error while registering jboss, i dunno but i'm a newbye of eclipse). So changing port to 8080 in server properties for jboss solve the problem.

  • Any easy way to get EXIF info into the Description?

    I'd like to use the Share feature in iPhoto '11 to ... well, share a bunch of photos, including their EXIF info in the Description. Out of the box it looks like the only way to do that is to hand-enter all that data, which is a PITA. Anyone know of an iPhoto plugin or other way to automate getting at least some of the EXIF data into the Description field?

    I would have bet a great deal of money you'd go on to question why I was sharing on Facebook instead of elsewhere, even though that's wholly irrelevant to my question. How does my "explaining" it help answer my question?
    For those not ignoring me and instead actually interested in being helpful rather than boosting their post count, the reason I'm sharing on Facebook is because that is where the group is based with whom I'm sharing the photos. The EXIF data isn't critical, just helpful. I'm not trying to share full-resolution photos for people to download and print but rather sample photos with various lenses and configurations to give a general idea about what said lenses or configurations do for the photo, and providing the EXIF info is helpful. Right now I'm entering it into the Description field manually, but given that the data is right there I was hoping someone else would have also seen this need and created a solution.
    Anyone?

  • I have used the "description" spot in iPhoto for in-depth additional information for photos of my ancestors. Now I am wanting to know if there is a way to print the photos along with the descriptions; either photo by photo, or maybe more than one per page

    I have used the "description" spot in iPhoto for in-depth additional information for photos of my ancestors. Now I am wanting to know if there is a way to print the photos along with the descriptions; either photo by photo, or maybe more than one per page, or possibly in some sort of booklet format. Thank you very much.

    You can make a Book and have a photo on one side and your text description on the other.

  • Bookmarks sync erase new tags, labels and description on former synchronized bookmarks

    hello,
    on firefox 32.0.3
    bookmarks synchronisation erase recent tags, labels and description during the sync.
    this happen on already sync bookmarks on which we add some tags, labels and description, but not on new ones.
    no error message when logging or unlogging.
    thanks in advance
    best regards

    Hi ebntv,
    Thank you for your question, I understand that after a recent sync to your sync account that there are Recent Tags, descriptions and labels missing. However it is only the older Bookmarks that are affected.
    I have attached two screenshots to clarify to make sure I understand the feature that is affected:
    # The first has the default recent tags and list of all tags.
    # the second is an older bookmark visited 32 times that has all of the details after a sync.(However it never had a description or keyword)
    Which information is missing exactly?

  • I am using my Description as the caption on Slideshow.  I ticked the "Show Title Slide" button and iPhoto physically copied the description on the first slide onto the end of every other description.  I can find no way of removing them other than by hand.

    I am using my Description as the caption on Slideshow.  I ticked the "Show Title Slide" button and iPhoto physically copied the description on the first slide onto the end of every other description.  I can find no way of removing them other than by hand.  Unticking the "show title slide" did not reverse the situation back to my required state.   Any ideas why it might have happened or how it might br resolved?   Regards, Marshfrog1

    Attached is Dennis Linam’s Audition – “Log File” and “Log – Last File”
    Contact information Dennis [email protected]
    Previous contact information with your organization (DURIM):
    Dennis - i just finished my audition trial and bought the subscription the 2014 version.
    created by durin in Audition CS5.5, CS6 & CC - View the full discussion 
    DURIM - Okay.  I would expect the "Cache Warning" message because your default directories would not be the same as the ones in the settings file I generated.
    If you go back to the "7.0" directory and open the "Logs" folder, can you copy the "Audition Log.txt" file and send it as an attachment to [email protected]?  We'll take a look in that logfile and see if it gives us more information about why this is failing now.
    Also, do you have any other Adobe applications installed on this machine, such as Premiere Pro?  If so, do they launch as expected or fail as well?
    I do have the trial Pro version of Adobe reader, but I have not activated it, because I fear the same thing will happen did it. I cannot afford to activate the subscription for that product and take the chance of it not working either. I depend on those two programs religiously. Here is the files that you requested. I appreciate any help you can give me to get this audition program started
    Audition Log- file
    Ticks = 16       C:\Program Files (x86)\Common Files\Adobe\dynamiclink\7.0\dynamiclinkmanager.exe
    Sent from Windows Mail

  • How to remove tag using filter

    I want to use a filter to remove tags already on emails. I can add tags using a filter but cannot see how to remove tag using filter.

    The FiltaQuilla add-on provides a "remove tag" option.
    https://addons.mozilla.org/en-US/thunderbird/addon/filtaquilla/
    http://www.ramsden.org.uk/3_How_to_install_Add-ons_in_Thunderbird.html
    But, out of interest, what's the use case for removing tags by filter? Tags are normally used to facilitate or prompt human intervention and I don't immediately see the value of clearing a tag in a filter. Why tag if a filter will be dealing with it anyway?

  • Is it possible to find the meta tags used in a different website?

    I have a potential client that wants to know the meta tags used in a different site from his own. Is that possible?

    View page source in browser.  FYI: Major search engines don't pay attention to Meta keywords.  So I don't think there's much to be gained from this.  What matters most is the actual page content.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • How can I use FK description in a BC4J data query component?

    Hi all,
    I am facing the following problem.
    Although I use renderers in the DataEdit component for displaying the descriptions of the FKs this is not useful for the BC4J data query components.
    How can I get the same functionality as in the dataEdit components?
    Thanks in advance,
    Aggelos

    Anfortunately,
    This is not the same when I have a DataQuery component.
    The question now becomes as following:
    How can I use FK description in a BC4J data query component?
    Thanks in advance
    Aggelos

Maybe you are looking for

  • Applicaton power consumption

    Perhaps this app already exists. If not, would someone please write one. I want an app that monitors each application's run time/power consumption (or whatever you want to call it. I want to be able to open this app and instantly see which app is con

  • HT4314 I cannot added people by email address

    I can not add people to the Game Center by their email address.   I haven't tried their nickname yet.   Any other ideas? Unable to send friend request PLease verify the name and try again

  • Black screen after trying to boot OS

    I've already solved this problem, holding the power button for ten seconds,  but i dont know why this problem appears, when i had this problem i remember  that my laptop was a little hot, i didn't care about that so i put my laptop into my bag. After

  • [Gnome] Cursor changes when it overrides qt applications

    I use gnome desktop on Archlinux x86_64. I noticed that sometimes when I pass my mouse over qt applications (like skype, smplayer, qtiplot,...) the cursor changes and it becomes the gnome default cursor. When I move my cursor over the desktop it retu

  • Exporting large numbers of tables as sysdba

    Hi all, I have several hundred tables that I need to export from our Oracle 10g production database and import to test database environment. I cannot get export to work using sys as sysdba below: exp 'sys/password@DB as sysdba\' direct=Y tables=t1, t