How to save xmp changes without re-opening psd document?
hi all!
i wanted know whether can see changes made metadata of psd file without re-opening it. developing plugin photoshop cs5 on windows , have included necessary files of xmp toolkit sdk xmp insertion part.
the scenario that, insert info in metadata of file on button click (handled plugin). problem that, if want view inserted info in fileinfo, have reopen psd file see changes. cannot make changes , view them in 1 go. why that?
i have referred modifyingxmp sample of sdk doing this.
what can do?
hi,
photoshop reads metadata when loads file , stored when file saved.
changes file in meantime ignored.
you have access metadata in memory, unsure if possible through plugin.
i know possible using javascript api (use app.activedocument.xmpmetadata, see scripting guide)
-- stefan
More discussions in XMP SDK
adobe
Comments
Post a Comment