Login  Register

Re: HandleExtraFileTypes does not preserve subtitle "Label" property

Posted by ctrueden on Mar 19, 2015; 7:02pm
URL: http://imagej.273.s1.nabble.com/HandleExtraFileTypes-does-not-preserve-subtitle-Label-property-tp5011960p5012068.html

Hi Alan,

> For the record, I also made a  pull request against ij1-installer.

Thank you!

> Out of curiosity, how would one set and store metadata such as the
> image window subtitle (stored by ImageJ1 in the "Label" property) and
> detailed metadata (stored by ImageJ1 in the "Info" property) in the
> ImageJ2/Fiji data model?

Detailed "info-style" metadata is stored in the table returned by
net.imagej.ImgPlus#getProperties(); see [1]. But that API is still evolving
and will undergo another major design iteration soon. There is currently no
dedicated "label" field, but should be; I filed an issue for it [2].

Regards,
Curtis

[1] http://javadoc.imagej.net/ImageJ/net/imagej/ImgPlus.html#getProperties()
[2] https://github.com/imagej/imagej-common/issues/47

On Mon, Mar 16, 2015 at 3:25 PM, Alan Brooks <[hidden email]> wrote:

> For the record, I also made a  pull request
> <https://github.com/imagej/ij1-installer/pull/4>   against  ij1-installer.
> <https://github.com/imagej/ij1-installer>
>
> Out of curiosity, how would one set and store metadata such as the image
> window subtitle (stored by ImageJ1 in the "Label" property) and detailed
> metadata (stored by ImageJ1 in the "Info" property) in the ImageJ2/Fiji
> data
> model?
>
> Alan
>
>
>
> --
> View this message in context:
> http://imagej.1557.x6.nabble.com/HandleExtraFileTypes-does-not-preserve-subtitle-Label-property-tp5011960p5012003.html
> Sent from the ImageJ mailing list archive at Nabble.com.
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html