test_image | R Documentation |
A nested named list of test images (300 x 200 pixels).
test_image
An object of class list
of length 9.
Possible image color spaces within each image type
Gray pixels representing intensity only
Gray pixels with an alpha channel
RGB color image
RGB color image with alpha channel
A description of the image data within each image type
Arrays of numeric values in the range [0, 1]
A 2D matrix
A 3D array with 2 planes i.e. dim(x)[3] == 2
A 3D array with 3 planes i.e. dim(x)[3] == 2
A 3D array with 4 planes i.e. dim(x)[3] == 2
Same as test_image$array
data except values contain 16 bits of
signficant color information.
Arrays of integer values in the range [0, 255]
A 2D matrix
A 3D array with 2 planes i.e. dim(x)[3] == 2
A 3D array with 3 planes i.e. dim(x)[3] == 2
A 3D array with 4 planes i.e. dim(x)[3] == 2
Same as test_image$array_int
data except values are in the
range [0, 65535]
Raster image of color values given as hex codes #RRGGBB
Raster image of color values given as hex codes #RRGGBBAA
Raster image of color values given as R color names e.g. 'red', 'blue'
Integer matrix of integer values. Each 32-bit numeric value holds a packed RGBA pixel
An integer matrix. Each value is an index into a separately specified color-lookup table
A numeric matrix. Each value is an index into a separately specified color-lookup table
An example color palette to use with indexed images. 256 colors.
Sequences of raw bytes with attributes specifying 'width', 'height', 'depth' (i.e. number of colors) and 'bits' (number of bits for each color)
Sequence of gray pixels i.e. GGGG
Sequence of GA pixels i.e. GAGAGA...
Sequence of RGB pixels i.e. RGBRGBRGB...
Sequence of RGB pixels i.e. RGBARGBARGBA...
The same as test_image$raw
except each color takes 2 raw bytes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.