Skip to contents

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

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