R/clipboard.R
bitmap2png.Rd
Converts a bitmap image to PNG using
bitmap2png(path)
Path to the bitmap image.
The result of the system call.
if (FALSE) { bitmap2png("path/to/image.bmp") }