Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

iptc4xmp · "IPTC Core" Schema for XMP Support

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 120
  • Category: Data Formats
  • Founded: Feb 1, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 150 - 179 of 179   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
150 someonenickedmyid
someonenicke... Send Email
May 11, 2009
9:49 am
Hi Michael Before I start encoding the location details into my images' metadata, I just wanted to check that the xmp being created is correct, e.g.: ...
151 Michael Steidl (IPTC)
mdiptc Send Email
May 11, 2009
10:23 am
Hi Dave yes, the property structure in XMP looks quite well. As I'm not a top RDF expert I can not make statements if the <rdf:li rdf:parseType="Resource&quot;> is...
152 Carl Rambert
carlrambert Send Email
May 11, 2009
2:44 pm
Michael, It appears that I had wandered off on a tangent in regards to array data structure namespace definition. My implementation using MetaGrove defines the...
153 Carl Rambert
carlrambert Send Email
May 18, 2009
8:56 pm
Re: Erratum #5 to the IPTC Photo Metadata 2008 specification. Please confirm the controlled vocabulary values to be actually stored in the new XMP field...
154 Carl Rambert
carlrambert Send Email
May 18, 2009
10:24 pm
The Property Group for Iptc4xmpExt:Event is "admin" Might "descr" be a better choice? Although Event is temporal and thus associated with the admin property ...
155 Michael Steidl (IPTC)
mdiptc Send Email
May 19, 2009
4:59 am
Carl Thanks for your considerations. first: this grouping of properties is only a guideline for the use of properties but not relevant at the technical level. ...
156 geoffc02000 Send Email Nov 26, 2009
11:15 am
In the IPTC Core version 1.1 of July 2009, the XMP implementation for the 'Rights Usage Terms' is given (on page 21) as: xmpRights:UsageTerms. And yet, in all...
157 Michael Steidl (IPTC)
mdiptc Send Email
Nov 26, 2009
11:45 am
Hi Geoff this is an issue with two facets: 1) the IPTC specs is using an XML Namespace based notation of properties. Therefore both identifiers...
158 Michael Steidl (IPTC)
mdiptc Send Email
Nov 26, 2009
12:14 pm
Appendix to my posting below: Wondering where the xmpRights prefix comes from I checked the Adobe XMP spec documents from 2004, 2005 and 2008: all include a...
159 Hans
bavariaman2002 Send Email
Nov 30, 2009
3:28 pm
Michael, In the July 2009 IPTC Core specs, I noticed that an item on page 22 is headlined "Contact Information Details structure". On page 39 another item is...
160 Michael Steidl (IPTC)
mdiptc Send Email
Nov 30, 2009
4:10 pm
Hans thanks for the proposals to improve the readability, we'll try to make it happen in the next release. Michael ... ...
161 Greg Reser
nophotosatall Send Email
May 25, 2010
9:16 pm
I am using in Flex Builder 3 and I'm having trouble creating an array containing other arrays as called for in the IPTC Extension spec. Examples are the...
162 Michael Steidl (IPTC)
mdiptc Send Email
May 27, 2010
2:50 pm
Hi Greg, I have only little experience with using FlexBuilder 3 for managing XMP metadata but I would like to add some considerations regarding the IPTC ...
163 Greg Reser
nophotosatall Send Email
May 27, 2010
5:20 pm
Hi Michael, Thanks for the clarification. I want to be sure my IPTC data is interoperable. Yes, an array of structures is what I'm trying to create and I...
164 Dave Kennard
someonenicke... Send Email
May 31, 2010
9:15 am
Greg, Are you trying to create a custom XMP file info panel for Adobe products e.g. for use in Bridge or Photoshop? If so, I think you want the XMP FileInfo...
165 Greg Reser
nophotosatall Send Email
Jun 3, 2010
10:49 pm
Dave, Yes, I'm creating a panel for CS4/5. I'm using Flex Builder 3 which uses ActionScript. Do you know if the XMP Library for ActionScript refers to how one...
166 Dave Kennard
someonenicke... Send Email
Jun 4, 2010
10:26 am
Hi Greg I haven't used the XMP Library for ActionScript I'm afraid, in creating my own panel I used the XMP File Info SDK. I found in the XMP File Info SDK...
167 Stefan
smakswit Send Email
Jun 4, 2010
4:04 pm
Hi Greg, I would like to clarify what the differences are between the FileInfo SDK and the XMP in ActionScript library. The FileInfo SDK is solely intended to...
168 Greg Reser
nophotosatall Send Email
Jun 4, 2010
5:48 pm
Stefan, Thanks for the clarification, I see the difference now. I did see that IPTC Extension is included in CS5. What I would like to do is create a custom...
169 Greg Reser
nophotosatall Send Email
Jun 4, 2010
9:27 pm
Dave, I was thinking of using a non-visible XMPTextInputMRU to set up the Bag Array, but I couldn't see how to make it write when the user enters data. I would...
170 Dave Kennard
someonenicke... Send Email
Jun 5, 2010
9:11 am
Hi Greg I'm not sure what you mean by that code creating an Array, but not a bag. That is the same code that I couldn't get to work, so if you can get it do...
171 Greg Reser
nophotosatall Send Email
Jun 7, 2010
3:50 pm
Dave, What I get is a plain array with no array type. I think this is because the default array in the SDK has type=none and, while there is are IXMPConst...
172 Dave Kennard
someonenicke... Send Email
Jun 7, 2010
9:01 pm
Hi Greg Thanks for the info. Although it didn't work for me, I wasn't sure if doing xmpAccess.setProperty("dc:subject", "", IXMPConst.ARRAY); ...
173 Greg Reser
nophotosatall Send Email
Jun 8, 2010
3:55 pm
Dave, I did get your scripts, that's some very nice coding! I haven't had a chance to incorporate your method into my panel yet, but I see how it works now....
174 Stefan
smakswit Send Email
Jun 8, 2010
5:42 pm
Hi Dave and Greg, I hope that I can solve some of your problems. 1. Array creation in panels. In general you are right that xmpAccess.setProperty("dc:subject",...
175 Greg Reser
nophotosatall Send Email
Jun 8, 2010
8:45 pm
Stefan, Thanks for the info. I tried the separateArrayItems function and it worked - a simple bag array was created. As you said, there is still the problem...
176 iptc4xmp@yahoogroups.... Send Email Jun 8, 2010
11:52 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the iptc4xmp group. File :...
177 Dave Kennard
someonenicke... Send Email
Jun 9, 2010
6:56 pm
Hi Stefan Thanks for posting that workaround, it looks much easier than my workaround. I only wish I'd known about it when I first came up against the problem....
178 Greg Reser
nophotosatall Send Email
Jun 10, 2010
9:01 pm
Stefan - Could you share mxml and ActionScript code for this? The file that was uploaded is the complied .swf file for the CS4 panel, which does work...
179 Frank Biederich
frankbiederich Send Email
Aug 23, 2010
3:46 pm
http://picasa.google.com/support/bin/answer.py?answer=93773 From the Google web-site: "Picasa now supports XMP along with EXIF data. Image data is now...
Messages 150 - 179 of 179   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help