#include <gutenprintui.h>
Data Fields | |
stp_image_t | im |
void(* | transpose )(struct stpui_image *image) |
void(* | hflip )(struct stpui_image *image) |
void(* | vflip )(struct stpui_image *image) |
void(* | rotate_ccw )(struct stpui_image *image) |
void(* | rotate_cw )(struct stpui_image *image) |
void(* | rotate_180 )(struct stpui_image *image) |
void(* | crop )(struct stpui_image *image, int left, int top, int right, int bottom) |
stp_image_t stpui_image_t::im |
void(* stpui_image_t::transpose)(struct stpui_image *image) |
void(* stpui_image_t::hflip)(struct stpui_image *image) |
void(* stpui_image_t::vflip)(struct stpui_image *image) |
void(* stpui_image_t::rotate_ccw)(struct stpui_image *image) |
void(* stpui_image_t::rotate_cw)(struct stpui_image *image) |
void(* stpui_image_t::rotate_180)(struct stpui_image *image) |
void(* stpui_image_t::crop)(struct stpui_image *image, int left, int top, int right, int bottom) |