writeRGB.RGBImage {R.image}R Documentation

Writes the image to a file in RGB format

Description

Writes the image to a file in RGB format. Note that the RGB file format does not contain any information about the image dimension, only the pixel values. Therefore, when reading an file in RGB format from file, the user has to specify either the height or the width.

Usage

## S3 method for class 'RGBImage':
writeRGB(this, filename, ...)

Arguments

filename The name of the image file.
... Not used.

Value

Returns nothing.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For writing an image to a file in any format see write.BitmapImage(). For reading an image from a file in any format see read.BitmapImage(). For more information see RGBImage.


[Package R.image version 0.2.3 Index]