Utility Functions
img_as_float Convert an image to floating point format, with values in [0, 1]. img_as_uint Convert an image to unsigned integer format, with values in [0, 65535]. img_as_int Convert an image to signed integer format, with values in [-32768, 32767]. img_as_ubyte Convert an image to unsigned byte format, with values in [0, 255].
skimage.dtype_limits(image[, clip_negative]) Return intensity limits, i.e.
skimage.img_as_bool(image[, force_copy]) Convert an image to boolean form