diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-12 13:45:22 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-03-13 15:27:31 +0100 |
commit | 91538aaba53f294b1739e5055266ff17df7b6a54 (patch) | |
tree | 2bb6e6828d78980eda6ff50360769aedcbc605e8 /fiv-io.h | |
parent | c214e668d9029f05b5e2d8b1159bfdb3ac1f1b8b (diff) | |
download | fiv-91538aaba53f294b1739e5055266ff17df7b6a54.tar.gz fiv-91538aaba53f294b1739e5055266ff17df7b6a54.tar.xz fiv-91538aaba53f294b1739e5055266ff17df7b6a54.zip |
Add an experimental OpenGL renderer
Diffstat (limited to 'fiv-io.h')
-rw-r--r-- | fiv-io.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -185,6 +185,8 @@ FivIoImage *fiv_io_open_png_thumbnail(const char *path, GError **error); /// and its target dimensions. cairo_matrix_t fiv_io_orientation_apply(const FivIoImage *image, FivIoOrientation orientation, double *width, double *height); +cairo_matrix_t fiv_io_orientation_matrix( + FivIoOrientation orientation, double width, double height); void fiv_io_orientation_dimensions(const FivIoImage *image, FivIoOrientation orientation, double *width, double *height); |