Login  Register

Re: getMetada problem

Posted by Gabriel Landini on Sep 08, 2009; 8:33pm
URL: http://imagej.273.s1.nabble.com/Which-journal-to-publish-an-ImageJ-based-application-tp3691248p3691253.html

On Tuesday 08 September 2009 20:50:40 Aryeh Weiss wrote:
> I cannot seem to print anything from getMetadata.

I can, but maybe this is not what you want?:
setMetadata("test 123");
print(getMetadata());
print("====");

Sorry to ask the obvious, does the image you are using contain any metadata?
What do you see when you run the gui Image>Show Info... ?

I can see the "test 123" set with the above.

Cheers

Gabriel