Top | ![]() |
![]() |
![]() |
![]() |
GdkPixbuf * eog_transform_apply (EogTransform *trans
,GdkPixbuf *pixbuf
,EogJob *job
);
Applies the transformation in trans
to pixbuf
, setting its progress in job
.
EogTransform *
eog_transform_reverse (EogTransform *trans
);
Creates the reverse transformation of trans
EogTransform * eog_transform_compose (EogTransform *trans
,EogTransform *compose
);
gboolean eog_transform_get_affine (EogTransform *trans
,cairo_matrix_t *affine
);
EogTransformType
eog_transform_get_transform_type (EogTransform *trans
);