https://bugs.kde.org/show_bug.cgi?id=390946
Bug ID: 390946 Summary: Make metadata accessible through scripting Product: krita Version: unspecified Platform: Other OS: All Status: UNCONFIRMED Severity: normal Priority: NOR Component: Scripting Assignee: krita-bugs-n...@kde.org Reporter: arcn...@gmail.com Target Milestone: --- I'm trying to create a plugin that will store some metadata to different layers of my image, then process said metadata after exporting the image to the ORA format. >From what I've seen, different kinds of metadata are stored when exporting a PNG file (which is what ORA uses internally), and the most appropriate one seems to be XMP, given that it's basically a key-value map, so being able to either set fields on the existing XMP map or set the full XMP map for a layer at once from the scripting context will be very useful. -- You are receiving this mail because: You are watching all bug changes.