readImage {graphics} R Documentation

readImage: this function reads various types of images

Description


Reads images of type .png, .jpeg, .jpg, .tiff

This function takes as input a string-path and returns the image in a matrix or array form.
Supported types of images are .png, .jpeg, .jpg, .tiff. Extension types similar to .tiff
such as .tif, .TIFF, .TIF are also supported

Usage

readImage(file);

Arguments

file

a string specifying the path to the saved image

Details

Authors

SMRUCC genomics Institute

Value

the image in a matrix or array form

clr value class

Examples


[Package graphics version 2.33.856.6961 Index]