Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

as.imlist

Convert various objects to image lists


Description

Convert various objects to image lists

Usage

## S3 method for class 'list'
as.imlist(obj, ...)

as.imlist(obj, ...)

## S3 method for class 'imlist'
as.imlist(obj, ...)

## S3 method for class 'cimg'
as.imlist(obj, ...)

Arguments

obj

an image list

...

ignored

Value

a list

Methods (by class)

  • list: convert from list

  • imlist: Convert from imlist (identity)

  • cimg: Convert from image

Examples

list(a=boats,b=boats*2) %>% as.imlist

imager

Image Processing Library Based on 'CImg'

v0.42.10
LGPL-3
Authors
Simon Barthelme [aut], David Tschumperle [ctb], Jan Wijffels [ctb], Haz Edine Assemlal [ctb], Shota Ochi [cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.