Extract metadata (title, description) from .psd file?
Hi,
I'm after some method of reading metadata information (specifically title, description, but what would be really good would be edit history as well) from a .psd file.
I've seen this documentation https://developer.adobe.com/firefly-services/docs/photoshop/api/
which seems like it might be along the lines of what I want - but it seems to be for a file in the cloud, whereas I want something that will work on a local file.
There's also this: https://github.com/webtoon/psd which works locally and it gets _some_ information from the file, but doesn't seem to include the metadata like title, description, and edit history.
Is there anything close to what I'm after available?
