Re: get data type imageJ macro
Posted by
GuyM on
Sep 15, 2016; 2:16pm
URL: http://imagej.273.s1.nabble.com/get-data-type-imageJ-macro-tp5017187p5017190.html
Hi
Try this command
bitDepth()
Returns the bit depth of the active image: 8, 16, 24 (RGB) or 32 (float). (taken from
https://imagej.nih.gov/ij/developer/macro/functions.html)
Guy