Setting Image Metadata

I've been asked how to set metadata on images with MacOS. The particular data that needs to be set is the author, title and subject; alas, there are at least three places this information can be set in an image - EXIF, XMP and IPTC all have these (or equivalent) fields. However, I can't find a way of setting any of them with Finder - I'm not a Mac user; I was trying it out in a computer shop! I've done some research and its possible to use a command-line tool ("sips" ISTR); but that seems a little hairy to suggest to regular users. I've also looked at XnView which can set the IPTC area for individual images - but not the subject, and only one image at a time.
-Andrew

However, I can't find a way of setting any of them with Finder
that's because there isn't one. EXIF data can be set by image editing application like Photoshop or Grpahics converter.

Similar Messages

  • HOW TO SET IMAGE DPI

    I read images which are 300 DPI . I get it in BufferedReader, and do some pixel manipulation. When I save those pics as PNG or JPEG the image DPI becomes 72 DPI. There should be a way to set image DPI when converting from Bufferedeader to .pgn or .jpg file.

    I need to know how to set DPI to 400 without destroying the image data or pixel height and width. I know of two places within the header of a jpeg that this can be set a third I can see through debug information in metadata but cannot set. Why is this so difficult to manipulate?

  • Reading Image Metadata..

    Hi,
    I am converting some PHP pages to JSP. There is an image gallery page where images are being displayed and also the comment and Author names is displayed under that image.Those things are set as image metadata.
    The code for doing this in PHP looks like....
    $exif = exif_read_data($full_file_path, 0, true);
    foreach ($exif as $key => $section)
                                            foreach ($section as $name => $val)
    echo $section['Comments'];
    echo $section['Author'];
    How can I achieve this in java i.e. how can I read author and comment metadata fields using java....
    Thanks & Regards
    Shailesh

    http://www.drewnoakes.com/code/exif/

  • Image Metadata Editor

    I have been looking for inserting descriptions into my pictures. Unfortunately, there isn't any option to edit Metadata in File Explorers (I tried Thunar and Nautilus). I wouldn't like to have a photo gallery software just to do that, and, by the way, I couldn't find any of those that allows me to edit metadata in a straight-forward way. I have to navigate through a lot of menus in order to do that.
    Basically, I was looking for a plugin or other software that enhanced the "Image" tab on Thunar, so I could see and edit all file metadata there. Honestly, I don't know how do you guys keep your photo albums organized without this feature.

    I've found Shotwell pretty straightforward to edit tags. However, I personally also use feh + dmenu + a script I found somewhere to view and edit metadata. The latter method I find quite speedy when I've imported a bunch of photos. The script is
    image-metadata.sh:
    #!/bin/bash
    if [ $# -lt 2 ]
    then
    echo -e usage: "$0 <action> <filename>\n actions: edit-comment, edit-tags"
    exit -1
    fi
    action=$1
    file=$2
    if [ "$action" == "edit-comment" ]
    then
    commentText=$(echo | dmenu -t "$(exiv2 -Pt -g Exif.Photo.UserComment $file)")
    if [ $? -ne 1 ] # not aborted
    then
    if [ -z "$commentText" ]
    then
    exiv2 -M"del Exif.Photo.UserComment" $file
    else
    exiv2 -M"set Exif.Photo.UserComment $commentText" $file
    fi
    fi
    fi
    if [ "$action" == "edit-tags" ]
    then
    exiv2 -Pt -g Iptc.Application2.Keywords $file > /tmp/._image_keywords.txt
    selection=$(exiv2 -Pt -g Iptc.Application2.Keywords $file | dmenu -sb "#000" -nf "#aaa" -nb "#222" -sf "#509ba6" -fn 'Deja Vu Sans Mono-14:bold' -l 10)
    if [ -n "$selection" ]
    then
    exiv2 -M "del Iptc.Application2.Keywords" $file
    while read keyword
    do
    if [ "$selection" != "$keyword" ]
    then
    exiv2 -M "add Iptc.Application2.Keywords String $keyword" $file
    else
    deleted=true
    fi
    done < /tmp/._image_keywords.txt
    if [ -z $deleted ]
    then
    exiv2 -M "add Iptc.Application2.Keywords String $selection" $file
    fi
    fi
    rm /tmp/._image_keywords.txt
    fi
    if [ "$action" == "show" ]
    then
    comment=$(exiv2 -Pt -g Exif.Photo.UserComment $file)
    exiv2 -Pt -g Iptc.Application2.Keywords $file > /tmp/._image_keywords.txt
    echo -n Comment: $comment, "Keywords: "
    first=true
    while read keyword
    do
    if [ $first == "false" ]
    then
    echo -n ", "
    fi
    echo -n $keyword
    first="false"
    done < /tmp/._image_keywords.txt
    echo
    rm /tmp/._image_keywords.txt
    fi
    It requires exiv2, iptc, and dmenu. (Also ttf-dejavu, but you can edit out that font choice ) The script is not mine; unfortunately, I cannot remember where I found it.
    Then in .config/feh/themes, put
    tag --action2 ";/path/to/image-metadata.sh edit-comment %f" --action1 ";/path/to/image-metadata.sh edit-tags %f" --info "/path/to/image-metadata.sh show %f"
    Browse pictures with "feh -Ttag *.jpg" for instance, then press 1 to edit tags, press 2 to edit comments.

  • How do I edit image metadata?

    What I would like to be able to do is something like:
      tell application "Image Events"
      tell pic
        make new metadata tag with properties {name:"creation", value:cr}
      end tell
      end tell
    Only, sips/Image Events doesn't support setting most image metadata. Any suggestions as to how to approach this problem?

    Thanks. Lightroom 2.4, unfortunately, isn't very scriptable. This is ironic, since the program itself relies on Lua for its interface functionality. I will probably, eventually, manage to compile Exempi and the Python XMP Toolkit and do the job that way.
    Refs:
      [Exempi|http://libopenraw.freedesktop.org/wiki/Exempi]
      [Python XMP Toolkit|http://www.spacetelescope.org/projects/python-xmp-toolkit/docs/index.ht ml]

  • Save standard set of metadata settings

    Sorry for the easy question.
    Is there some way to save a standard set of metadata  (photographer name, copyright status, website, other unchanging stuff) that I could apply to new/old sets of photos?

    Metadata Menu>Edit Metadata Presets.
    In the ensuing dialog box, check which items you want to include in your preset and enter the relevant information. When you are done, click Done and you will be prompted with the option to save the settings as a new preset. Enter the name you want, click Create and you are done. You can then apply that preset automatically on import, or retrospectively by selecting images in Library and then in the Metadata pane in the right-hand panel click the two small arrows in the "Preset" box (top entry below the Metadata Pane header)....the list of available presets will drop down, click on the one you want to apply.

  • How to set image source path in formsweb.cfg file in forms 11g

    Hi,
    I had written HTML code in the formsweb.cfg file in forms 11g. In the below code i am unable to retrive image file(i.e., .gif, .jpeg) from the server or local machine.
    In the below HTML code i set image source in the image tag as below:
    <img src="E:\Oracle\Middleware\Oracle_FRHome1\tools\web\html\agilis-life-new11_04.GIF"
    Is this correct path to fetch the images from the server or local machine .
    Please help me out how to set path for image in html or is there any alternate process to retrive images.
    Here is the code :
    [INDIVIDUALUAT]
    workingDirectory=D:\Aims10dev\Work
    form=LMstartup.fmx
    userid=rmenu/rmenu@RLIFEQA64
    codebase=/forms/java
    imageBase=codebase
    width=1005
    height=750
    WebUtilArchive=/forms/java/frmwebutil.jar,/forms/webutil/jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar,life-icons-round.jar,Agilis_Icon.jar,life_Icon.jar,personalize.jar,hyperlink.jar,amazingbutton.jar
    archive=frmall.jar
    separateFrame=False
    lookandfeel=Generic
    EndUserMonitoringURL=True
    usesdi=yes
    #HTMLbeforeForm= <table width="1005" border="0" cellspacing="0" cellpadding="0"><tr><td width="200"><img src="/forms/html/agilis-life-logo.gif" width="200" height="80" /></td><td width="10"><img src="/forms/html/agilis-life-new11_02.gif" width="36" height="80" /></td><td width="805" valign="top" background="/forms/html/agilis-life-new11_03.gif"></td></tr></td></tr></table>
    HTMLbeforeForm=<body topmargin="0" leftmargin="0" > <table width="1005" height="100" border="0" cellspacing="0" cellpadding="0"><tr><td width="200" valign="bottom" ><img src="E:\Oracle\Middleware\Oracle_FRHome1\tools\web\html\agilis-life-logo.gif" width="200" height="80" /></td><td width="10" valign="bottom" ><img src="E:\Oracle\Middleware\Oracle_FRHome1\tools\web\html\agilis-life-new11_02.gif" width="36" height="80" /></td><td width="550" valign="bottom" ><img src="E:\Oracle\Middleware\Oracle_FRHome1\tools\web\html\agilis-life-new11_03.gif" width="550" height="80" /></td><td valign="bottom"><table width="219" height="90" border="0" cellspacing="0" cellpadding="0"><tr><td height="36" valign="bottom" align="center"><img src="E:\Oracle\Middleware\Oracle_FRHome1\tools\web\html\agile-logo.jpg" height="36"></td></tr><tr><td height="10" valign="bottom"> <div align="right"><span style="font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-decoration:none; color:#00000; " >Home | Change Password | Logout</span></div></td></tr><tr><td colspan="3" valign="bottom"><img src="E:\Oracle\Middleware\Oracle_FRHome1\tools\web\html\agilis-life-new11_04.GIF" width="100%" height="39" /></td></tr></table></td></tr></td></tr></table></body>

    AFAIK, this is not the correct way to set the image location.
    We call the working directory as context, so inside the context root along with WEB-INF, maintain a folder with name img and put all the images in that directory.
    You can use either .\<image_folder> or the optimum way would be (if you are using JSPs) to use getContext() method and traverse accordingly.
    FYI,,, using getContext() will give you context root directory, from there it is as simple as accessing any other folder.
    Hope this answers your question.
    Cheers,
    Jeets.

  • How to Set Image to Lock Screen and Background in Windows Store API?

    How to set an image to windows lock screen and desktop background for windows store app in c#?
    if changing lock screen is available in windows store C# how about changing the desktop background using Windows store C#?

    Hi icce cage,
    To change the Windows lock screen we can use this API:
    LockScreen class with set image methods.
    To change the desktop background, it is not possible as I know.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How set image size open raw file?

    How to set image size/resolution when opening a raw file in pse 11 editor??
    win 7 pro; pse 11 settings: edit>preferences>print resolution = 337.596, screen resolution 109 dpi( 27 inch, dell U 2711). Originally print resoltuion was set to 240 dpi  but was changed in case this was causeing a problem. CRAW v 7.4.0.137
    Camera alpha 65, image size is: 6000x3376 dpi; (83.33x46.88 inch)
    Problem is: Currently when I edit a RAW file in CRAW and then open in pse editor image size is: 6000x3376 px; 25x14.667 inches at 240 dpi ( by ration this corresponds to:17.773x10 inch at 337.6 dpi)
    I am trying to change settings so the raw file opens as: 17.776x10 and anywhere from240 to 337.6 dpi
    whatever works or is esiest to set.
    My settings are for use in creating blue ray dvd movies and with cropping and editing printing high quality pictures for family.
    Thanks  in advance for any help you can provide.

    That's a Sony Alpha SLT-A65?
    Are those pixel dimensions of 6000 x 3376 the size the camera raw files came out of the camera?
    You can't really change the resolution that the photoshop elements version of camera raw opens the the files into the pse 11 at.
    (i think 240 is the default for most cameras)
    You can however set the resolution with Image>Resize>Image Size if you need to for printing or other uses.
    In the Image size dialog uncheck Resample Image and enter the resolution.

  • How to set image properties ?

    Dear All,
    I need your help to set image properties like (Title , Subject , Comments .... )
    thanks

    NVidia writes the DDS file format plugin, you need to talk to them about it.

  • How to set Image to ListView?

    How to set Image to ListView?

    There is an example about customizing the content of a list view using the cell factory: http://docs.oracle.com/javafx/2/ui_controls/list-view.htm#CEGGEDBF

  • Update image metadata programatically

    Hi
    I developed a plugin, which changes exif information of the image (using a third party program). Is there a way to inform Lightroom programatically to refresh image metadata? Right now I have to right-click on the folder and choose "Synchronize Folder...".

    There's at least one ODBC driver for SQLLite http://www.ch-werner.de/sqliteodbc/, and maybe command line access to the database too
    But there's nothing directly through Lightroom, and you won't be able to code Lightroom to refresh EXIF data. There is no coding mechanism to write to EXIF fields or to refresh the image (ie sadly you can't automate Metadata > Read Metadata).
    If you write directly to the SQL while LR is open, the best you can expect is that the EXIF will use updated data from the database when you next click on that image in Library. However, you are likely to encounter database locking problems  and stand a good chance of corrupting the database. Abandon all hope, ye who enter here?

  • Muse image metadata and global caption styling

    When will Muse be able to import image metadata and perform global caption styling with accurate positioning for lightboxes and slideshows?

    I've done some testing.
    if images are uploaded to the Facebook Wall, the Comments field that Aperture presents before uploading the image becomes the Description field on Facebook.
    however, if the images are uploaded to a known Facebook Album, the Version Name becomes the Description.
    both of these situations are not logical. in the case of uploading to the Wall, 'Comments' should probably be 'Description'. I'll report them to Apple's bugreport.
    images seem to be scaled down to fit within 2048x2048 pixels.

  • Retreiving image metadata

    Can anyone point me on how to retreive image metadata from an image... I was looking into the possibility of using JAI but could not find a clear answer.... If some one could post a link or point me in the correct direction...
    Thanks in advance....
    Sharad R.

    What type of meta data, what type of files?
    You might want to look at:
    http://groups.google.com/groups?q=IIOImage+bufferedimage&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=2e027e56.0301172122.12504427%40posting.google.com&rnum=3
    - K

  • Image metadata is not retained(stripped) in lightbox slideshow widget

    How is this corrected

    Can someone at Adobe please confirm that there is no reading of the image metadata.  I thought it was limiting that it was only the caption field available.  I am stunned if this is the case that no metadata is being read.  I am working on a photo web site and got to the point of importing photos with the 'captions' checked.  Huge surprise.  It is hard to believe that something as fundamental as basic metadata fields (caption, title, filename, copyright) isn't pulled with the image and available as needed.  C'mon, you are the company that has Photoshop and Lightroom.  Do you guys talk to the other teams?
    I was looking at Muse galleries as an alternative to the LR web module for 2 reasons:  one is flexibility in layout, and the other is speed, since the LR gallery export cranks along at a glacial pace to the point of being almost unusable.  And this is the LR4 upgrade; much slower than LR3.  See the LR threads on this if you're interested.  Still waiting for that fix.
    The thought of manually entering caption info to a dozen galleries, each with 20 or 30 images, is nonsense.  This makes Muse a non-starter for photo galleries.  This is basic capability.  Adobe should be embarrassed that LR4 doesn't do what it should in this regard, and that the feature needed don't even exist in Muse.  Everyone expects a few bugs in the early days of a new software, but not missing essential, fundamental features to make web galleries useful. 
    Rant now over and I will happily apologize if the metada fields are, indeed, available.  Please explain how.  Thanks.

Maybe you are looking for

  • Gaps Between Orders while Rescheduling in DS Board

    Hi All, After rescheduling is carried out on DS board , I observe that there are gaps between orders on the resource and the sequence of orders have been changed.I am planning in forward direction and the scheduling mode used is insert operation. I n

  • Change from windows 8 single language to windows 8.1

    hello, i just bought a new laptop a Samsung laptop to be specific and it came with windows 8 single language activated but i cant see the update to windows 8.1 i need help! please

  • Connect iMac to Hh3

    Ethernet of wifi which is best ? Solved! Go to Solution.

  • Problem when booting from PATA drive on IDE-3 with SATA RAID on ICH5R

    Hello, I have a PATA drive installed as Master on IDE-3 (Promise Controller), using Windows XP as the operating system. I also have an aditional drive as Slave on IDE-3. I recently bought 2 SATA drives which I would like to use as a RAID array, so I

  • Selected page item has no data

    1) After I create the new data model, and start the EP_LOAD_MAIN how can I see the sales history table in the colaborator workbench? I only see the hierarchy of levels ,and in the right of the page, I have the message "Selected page item has no data"