gdk-pixbuf-file-loading        package:RGtk2        R Documentation

_F_i_l_e _L_o_a_d_i_n_g

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

     Loading a pixbuf from a file.

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gdkPixbufNewFromFile(filename, .errwarn = TRUE)'
      'gdkPixbufNewFromFileAtSize(filename, width, height, .errwarn =
     TRUE)'
      'gdkPixbufNewFromFileAtScale(filename, width, height,
     preserve.aspect.ratio, .errwarn = TRUE)'
      'gdkPixbufGetFileInfo(filename)'

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

     The 'gdk-pixbuf' library provides a simple mechanism for loading
     an image from a file in synchronous fashion.  This means that the
     library takes control of the application while the file is being
     loaded; from the user's point of view, the application will block
     until the image is done loading.

     This interface can be used by applications in which blocking is
     acceptable while an image is being loaded.  It can also be used to
     load small images in general.  Applications that need progressive
     loading can use the 'GdkPixbufLoader' functionality instead.

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

     Derived by RGtkGen from GTK+ documentation

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

     <URL:
     http://developer.gnome.org/doc/API/2.0/gdk-pixbuf/gdk-pixbuf-file-loading.html>

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

     'GdkPixbufLoader'

