INTERACT FORUM

Windows => Plug-in Development => Topic started by: raldo on January 09, 2010, 04:44:52 pm

Title: "Format" field not returning value when accessed through the API
Post by: raldo on January 09, 2010, 04:44:52 pm
I can see that the "Format" tag for a particular image contains something but when I try to IMJFilesAutomation.GetFile().Get("Format",...) , nothing is returned. What gives? Is this field inaccessible from the API?
Title: Re: "Format" field not returning value when accessed through the API
Post by: raldo on January 11, 2010, 06:02:10 am
Bump...............
Title: Re: "Format" field not returning value when accessed through the API
Post by: Matt on January 11, 2010, 09:13:38 am
Sorry, but there's currently no way to get the format string through automation.
Title: Re: "Format" field not returning value when accessed through the API
Post by: raldo on January 11, 2010, 10:43:25 am
Ok, I've already read and decoded the XMP data in the FaceTagger, so no problem.

But a "clean" way of accessing this data through the "Format" field would have been nice. Currently, I need to read the file data so an "Import tags from files" followed by a "Format" read would have been slick.