


Hi All,
There is a requirement, to get the Color Space(RGB,CMYK, Grayscale etc.) of an Image Asset of below types in AEM Java Servlet :
Image Types: "jpeg", "jpg", "png", "tiff", "tif", "psd", "eps", "psb"
We have already tried with below APIs:
Also, the values returned by these APIs are not matching with the values we get in Adobe Photoshop.
Please help us with some solution on the same. Any help will be really appreciated.
Views
Replies
Sign in to like this content
Total Likes
The problem is that color space metadata isn't stored in a consistent place by file type or creating application. There's no way that I'm aware of OTB to pull this information within AEM. You'd have to add a custom media handler in a custom WF step on Update Asset WF and find a library that will identify color space.
Views
Replies
Sign in to like this content
Total Likes
The problem is that color space metadata isn't stored in a consistent place by file type or creating application. There's no way that I'm aware of OTB to pull this information within AEM. You'd have to add a custom media handler in a custom WF step on Update Asset WF and find a library that will identify color space.
Views
Replies
Sign in to like this content
Total Likes