getThumbnail: Get the thumbnail for an Image (as JPEG)

getThumbnailR Documentation

Get the thumbnail for an Image (as JPEG)

Description

Get the thumbnail for an Image (as JPEG)

Usage

getThumbnail(image, width = 96, height = 96)

Arguments

image

The image

width

The width (optional, default = 96)

height

The height (optional, default = 96)

Value

The thumbnail

Examples

## Not run: 
jpegThumbnail <- getThumbnail(image)

## End(Not run)

dominikl/rOMERO documentation built on Nov. 3, 2023, 1:53 p.m.