Hello,
We have encountered a few images where agencies have added metadata like clipping paths, and the name of the clipping path is visible in the metadata when accessed using ExifTool. However, this information is not being extracted by the DAM Update Asset workflow and added to the metadata node.
解決済! 解決策の投稿を見る。
AEM has been designed to extract XMP metadata and unable to extract Photoshop metadatata. Thus, if one needs to extarct "Clipping Path Name", they will need to implement as custom solution using APIs like
<dependency>
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
<version>2.19.0</version>
</dependency>
表示
返信
いいね!の合計
What type of images are being uploaded? I mean mime-type
How is the metadata stored in the binary?
Is the metadata having custom namespace?
表示
返信
いいね!の合計
AEM has been designed to extract XMP metadata and unable to extract Photoshop metadatata. Thus, if one needs to extarct "Clipping Path Name", they will need to implement as custom solution using APIs like
<dependency>
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
<version>2.19.0</version>
</dependency>
表示
返信
いいね!の合計
Clipping paths aren’t extracted out-of-the-box in AEM DAM since they’re stored in Photoshop metadata, not XMP headers. But with a custom workflow, you can extract and store them for seamless use in Dynamic Media. For details, refer to:
表示
返信
いいね!の合計