Question
Accessing per-layer metadata from plugin
Hello,
I can access the document-level metadata of a PSD file (as done in the Propertizer sample plugin in the SDK) with something like this:
Handle h = NULL;
OSErr error = sPSProperty->getPropertyProc(kPhotoshopSignature, 'xmpd', 0, NULL, &h);
Is there a way to access per-layer metadata from a C++ plugin?
Thanks
