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:
committed by
Carlos R. Mafra
parent
1265873fa3
commit
057048e09b
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user