R/read.R

Defines functions readJPEG

Documented in readJPEG

readJPEG <- function(source, native=FALSE)
  .Call(read_jpeg, if (is.raw(source)) source else path.expand(source), native)

Try the jpeg package in your browser

Any scripts or data that you put into this service are public.

jpeg documentation built on Dec. 1, 2022, 1:27 a.m.