Read image metadata
hi all,
question: can read image meta data cs extension code way ?
i tried xmp core library , passed jpeg file xmpmeta object expect string, xml or byte array argument:
private function getimagemetadata(jpeg:file):void { var meta:xmpmeta = new xmpmeta(jpeg); var packet:xml = meta.serializetoxml(); var photoshop:namespace = xmpconst.photoshop; var value:string = meta.photoshop::authorsposition; }
if able convert jpeg file byte array, guess work i'm not able find workable.
can me complete task?
thanks
mac
More discussions in Creative Suite SDK
adobe
Comments
Post a Comment