| writeRGB.RGBImage {R.image} | R Documentation |
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.
## S3 method for class 'RGBImage': writeRGB(this, filename, ...)
filename |
The name of the image file. |
... |
Not used. |
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
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.