Writes the content of an Image object to a file.

write.Image(x, file)

Arguments

x

An Image object.

file

A character string naming the path to a file.

Value

A logical indicating whether writing was successful (TRUE) or not (FALSE).

Note

The function will guess the format of the output file using the file extension provided by the user.

See also

Author

Simon Garnier, garnier@njit.edu

Examples

# TODO