Some metadata not extracted by DAM update asset workflow | Community
Skip to main content
aanchal-sikka
New Participant
December 20, 2024
Solved

Some metadata not extracted by DAM update asset workflow

  • December 20, 2024
  • 2 replies
  • 667 views

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.

 

  • Are there specific rules that determine which types of metadata can be extracted?
  • For metadata that does not meet these rules, what is the recommended approach to extract and include such metadata?
Best answer by aanchal-sikka

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>

2 replies

aanchal-sikka
aanchal-sikkaAuthorAccepted solution
New Participant
January 27, 2025

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>
Aanchal Sikka
aanchal-sikka
New Participant
February 3, 2025

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:

Aanchal Sikka
SreenivasBr
New Participant
December 23, 2024

 

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?