png_to_jpg: Function to convert a '.png' image to a '.jpeg' image.

View source: R/png_to_jpg.R

png_to_jpgR Documentation

Function to convert a .png image to a .jpeg image.

Description

Function to convert a .png image to a .jpeg image.

Usage

png_to_jpg(file, file_output = NA, quality = 95, verbose = FALSE)

png_to_jpeg(file, file_output = NA, quality = 95, verbose = FALSE)

Arguments

file

Vector of file names to be resized.

file_output

Optional vector of output file names.

quality

Quality, represents jpeg compression (100–0). No compression is 100.

verbose

Should the function give messages?

Value

Invisible NULL.

Author(s)

Stuart K. Grange


skgrange/systemr documentation built on April 18, 2024, 2:23 a.m.