Tag 50839 encoding in Tiff

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Tag 50839 encoding in Tiff

pol stra
Hello,

I have some images saved in tiff by ImageJ I want to read with Python.
Those images have information stored by ImageJ in the 50839 tag I
need to read.It seems to me there is an encoding problem since I
obtain something beginning by
'IJIJinfo\x00\x00\x00\x01\x00r\x00o\x00o\x00t\x00.'I decoded this string
with 'utf_16_be' codec and get the information in needed except that
now the beginning is '䥊䥊楮景\x00\x01root'.

I wonder if I am on the right way and if someone could tell me more
about those tags.

Thank you




--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Tag 50839 encoding in Tiff

ctrueden
Hi Pol,

> Those images have information stored by ImageJ in the 50839 tag

See this very similar thread on imagej-devel:
http://imagej.net/pipermail/imagej-devel/2013-October/001803.html

Regards,
Curtis


On Tue, Apr 15, 2014 at 1:40 PM, pol stra <[hidden email]> wrote:

> Hello,
>
> I have some images saved in tiff by ImageJ I want to read with Python.
> Those images have information stored by ImageJ in the 50839 tag I
> need to read.It seems to me there is an encoding problem since I
> obtain something beginning by
> 'IJIJinfo\x00\x00\x00\x01\x00r\x00o\x00o\x00t\x00.'I decoded this string
> with 'utf_16_be' codec and get the information in needed except that
> now the beginning is '䥊䥊楮景\x00\x01root'.
>
> I wonder if I am on the right way and if someone could tell me more
> about those tags.
>
> Thank you
>
>
>
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

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