mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 15:25:07 +01:00
Add support for arbitrary rotation angle via vips_rotate (#1385)
This commit is contained in:
@@ -108,6 +108,8 @@ const Sharp = function (input, options) {
|
||||
embed: 0,
|
||||
useExifOrientation: false,
|
||||
angle: 0,
|
||||
rotationAngle: 0,
|
||||
rotationBackground: [0, 0, 0, 255],
|
||||
rotateBeforePreExtract: false,
|
||||
flip: false,
|
||||
flop: false,
|
||||
|
||||
Reference in New Issue
Block a user