image_raw_to_jpg: Function to convert raw image files (usually 'CR2') to 'jpg'...

View source: R/image_raw_to_jpg.R

image_raw_to_jpgR Documentation

Function to convert raw image files (usually CR2) to jpg image files.

Description

image_raw_to_jpg requires darktable-cli to be installed.

Usage

image_raw_to_jpg(file, file_output = NA, format = "jpg", verbose = FALSE)

Arguments

file

Vector of raw image file names to be converted.

file_output

If desired, a vector of output file names. If not used, file will be adapted.

format

Output format of the image file. Only jpg is supported at this time.

verbose

Should the function give messages?

Value

Invisible list.

Author(s)

Stuart K. Grange

See Also

https://www.darktable.org/usermanual/en/special-topics/program-invocation/darktable-cli


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