display               package:EBImage               R Documentation

_I_n_t_e_r_a_c_t_i_v_e _i_m_a_g_e _d_i_s_p_l_a_y

_D_e_s_c_r_i_p_t_i_o_n:

     Display images on the screen of a local or remote display.

_U_s_a_g_e:


         display(x, no.GTK=FALSE, ...)
         animate(x, ...)


_A_r_g_u_m_e_n_t_s:


     '_x' An object of 'Image-class'. 

     '_n_o._G_T_K' Set to 'FALSE' to avoid using 'GTK+' display.  

     '...' Reserved for future use. 

_V_a_l_u_e:

     An invisible 'NULL'.

_D_e_t_a_i_l_s:

     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.

_A_u_t_h_o_r(_s):

     Copyright (c) 2005-2006 Oleg Sklyar : osklyar@ebi.ac.uk

_R_e_f_e_r_e_n_c_e_s:

     _ImageMagick_: <URL: http://www.imagemagick.org>.

_S_e_e _A_l_s_o:

     ' Image-class, Image, read.image, write.image '

_E_x_a_m_p_l_e_s:

       ## Not run: see ?watershed for examples

