32 bit images * -1
Posted by Gabriel Landini on May 07, 2010; 11:08am
URL: http://imagej.273.s1.nabble.com/32-bit-images-1-tp3688384.html
If I multiply a 32 bit image by -1, the values that were originally 0 are
returned as -0 with the macro function getPixel() e.g.:
print (getPixel(3,0));
Is that a bug?
Regards
Gabriel