display {EBImage} | R Documentation |
Display images on the screen of a local or remote display.
display(x, no.GTK=FALSE, ...) animate(x, ...)
x
Image-class
. no.GTK
FALSE
to avoid using GTK+
display. ...
An invisible NULL
.
If available the GTK+
display is used by default. In this mode,
users can display as many images simultaneously as they want. On contrary,
if the GTK+
mode is not used, the library uses internal
ImageMagick
display functions, which due to the lack of control over
their behavior are limited to displaying only one image at a time. Trying
to display another image while there is one on display will result in an
error message in the latter case.
It is not necessary supply the no.GTK
argument if the library was
compiled without GTK+
support as an alternative method will be
selected by default.
animate
will use ImageMagick
AnimateImages API function to
animate a stack of images. This function is not available on Windows, same as
display
using ImageMagick API is not available on Windows, because API
does not fully support this functionality.
Copyright (c) 2005-2006 Oleg Sklyar : osklyar@ebi.ac.uk
ImageMagick: http://www.imagemagick.org.
Image-class, Image, read.image, write.image
## Not run: see ?watershed for examples