Updated Photos Behavior (markdown)
@@ -7,7 +7,7 @@ On Catalina/10.15.7, importing a photo by dragging it into Photos will set Title
|
|||||||
- XMP:Title --> Title
|
- XMP:Title --> Title
|
||||||
- XMP:Description --> Description
|
- XMP:Description --> Description
|
||||||
- XMP:Subject --> Keywords
|
- XMP:Subject --> Keywords
|
||||||
- XMP:PersonInImage --> Person in image
|
|
||||||
|
|
||||||
## Export
|
## Export
|
||||||
|
|
||||||
@@ -16,12 +16,13 @@ On Catalina/10.15.7, exporting a selected photo using the `File > Export > Expor
|
|||||||
- XMP:Description --> Description
|
- XMP:Description --> Description
|
||||||
- XMP:Title --> Title
|
- XMP:Title --> Title
|
||||||
- XMP:Subject --> Keywords
|
- XMP:Subject --> Keywords
|
||||||
|
- XMP:PersonInImage --> Person in image
|
||||||
- IPTC:Keywords --> Keywords
|
- IPTC:Keywords --> Keywords
|
||||||
- IPTC:Object Name --> Title
|
- IPTC:Object Name --> Title
|
||||||
- IPTC:Caption-Abstract --> Description
|
- IPTC:Caption-Abstract --> Description
|
||||||
|
|
||||||
|
|
||||||
When exporting with `File > Export > Export Unmodified Original > Export IPTC as XMP`, the following is exported:
|
When exporting with `File > Export > Export Unmodified Original > Export IPTC as XMP`, the following is exported. The `XMP:Subject` is set to the union of `Keywords` and `Person In Image`.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 5.4.0">
|
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 5.4.0">
|
||||||
@@ -34,6 +35,7 @@ When exporting with `File > Export > Export Unmodified Original > Export IPTC as
|
|||||||
<rdf:Seq>
|
<rdf:Seq>
|
||||||
<rdf:li>Keyword1</rdf:li>
|
<rdf:li>Keyword1</rdf:li>
|
||||||
<rdf:li>Keyword2</rdf:li>
|
<rdf:li>Keyword2</rdf:li>
|
||||||
|
<rdf:li>PersonInImage1</rdf:li>
|
||||||
</rdf:Seq>
|
</rdf:Seq>
|
||||||
</dc:subject>
|
</dc:subject>
|
||||||
<dc:description>Description</dc:description>
|
<dc:description>Description</dc:description>
|
||||||
|
|||||||
Reference in New Issue
Block a user