Learn R Programming

screenshot (version 0.9.2)

bitmap2png: Converts a bitmap image to PNG using

Description

Converts a bitmap image to PNG using

Usage

bitmap2png(path)

Value

The result of the system call.

Arguments

path

Path to the bitmap image.

Examples

Run this code
if (FALSE) {
bitmap2png("path/to/image.bmp")
}

Run the code above in your browser using DataLab