1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

wrlib: add image flip functions

This patch adds RVerticalFlipImage and RHorizontalFlipImage functions.
This commit is contained in:
David Maciejak
2014-05-21 11:59:48 +07:00
committed by Carlos R. Mafra
parent 1265873fa3
commit 057048e09b
4 changed files with 139 additions and 0 deletions

View File

@@ -371,6 +371,9 @@ RImage *RSmoothScaleImage(RImage *src, unsigned new_width,
RImage *RRotateImage(RImage *image, float angle);
RImage *RVerticalFlipImage(RImage *image);
RImage *RHorizontalFlipImage(RImage *image);
RImage *RMakeTiledImage(RImage *tile, unsigned width, unsigned height);