Add support for arbitrary rotation angle via vips_rotate (#1385)

This commit is contained in:
freezy
2018-09-27 19:00:36 +02:00
committed by Lovell Fuller
parent 37d385fafa
commit 796738da65
8 changed files with 163 additions and 36 deletions

View File

@@ -89,6 +89,8 @@ struct PipelineBaton {
bool normalise;
bool useExifOrientation;
int angle;
double rotationAngle;
double rotationBackground[4];
bool rotateBeforePreExtract;
bool flip;
bool flop;
@@ -180,6 +182,7 @@ struct PipelineBaton {
normalise(false),
useExifOrientation(false),
angle(0),
rotationAngle(0.0),
flip(false),
flop(false),
extendTop(0),