bitmap2png {screenshot} | R Documentation |
Converts a bitmap image to PNG using
Description
Converts a bitmap image to PNG using
Usage
bitmap2png(path)
Arguments
path |
Path to the bitmap image. |
Value
The result of the system call.
Examples
## Not run:
bitmap2png("path/to/image.bmp")
## End(Not run)
[Package screenshot version 0.9.1 Index]