Login  Register

How to store double values

Posted by ebocher on Mar 15, 2007; 8:18am
URL: http://imagej.273.s1.nabble.com/How-to-store-double-values-tp3700031.html

Hi list,

I use ImageJ to read a text image and store it into a tiff file.

For example, I have this matrix :

1 1.123456789 2.123456789
2 2 2
11 3.12345678

When I save my text image in TIFF, ImageJ trim the decimal values. (Note I
have modified the precision to 10 in the IJ_Prefs.txt file ).
My new values :

1.000000000    1.123456836    2.123456716
2.000000000    2.000000000    2.000000000
1.000000000    1.000000000    3.123456716

Have you got any idea ?

Thanks.

R1.