bitdepth | R Documentation |
This function returns the bit depth of an Image
object, that is the number of bits of information used to encode each
channel of each pixel in an image.
bitdepth(x)
x |
An |
A character string indicating the bit depth of the image. For now, it can only be one of the following:
an image with a bit depth of 8 unsigned bits.
an image with a bit depth of 16 unsigned bits.
Simon Garnier, garnier@njit.edu
Image
, colorspace
.
balloon <- image(system.file("sample_img/balloon1.png", package = "Rvision"))
bitdepth(balloon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.