img_read: img_read loads a jpeg or jpg or PNG file and turns into into...

View source: R/img_read.R

img_readR Documentation

img_read loads a jpeg or jpg or PNG file and turns into into arrays for further processing.

Description

img_read loads a jpeg or jpg or PNG file and turns into into arrays for further processing.

Usage

img_read(path)

Arguments

path

character string indicating the location of the curve to be digitized

Value

fig.hsl array of pixels in HSL format (hue/saturation/lightness)

Examples

 # img_read(path = "~/curve1.jpeg")


Pechli-Lab/SurvdigitizeR documentation built on July 17, 2024, 8:01 a.m.