gdkPixbufApplyEmbeddedOrientation   package:RGtk2   R Documentation

_g_d_k_P_i_x_b_u_f_A_p_p_l_y_E_m_b_e_d_d_e_d_O_r_i_e_n_t_a_t_i_o_n

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

     Takes an existing pixbuf and checks for the presence of an
     associated "orientation" option, which may be provided by the 
     jpeg loader (which reads the exif orientation tag) or the  tiff
     loader (which reads the tiff orientation tag, and compensates it
     for the partial transforms performed by  libtiff). If an
     orientation option/tag is present, the appropriate transform will
     be performed so that the pixbuf is oriented correctly.

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

     gdkPixbufApplyEmbeddedOrientation(object)

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

'object': ['GdkPixbuf']  A 'GdkPixbuf'.

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

     ['GdkPixbuf']  A newly-created pixbuf, or a reference to the input
     pixbuf (with an increased reference count).

     Since 2.12

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

     Derived by RGtkGen from GTK+ documentation

