mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Ensure autoOrient occurs before non-90 rotation #4425
- Separate orient vs rotate ordering logic - Simplify EXIF auto-orient by using only rotate and/or flop
This commit is contained in:
@@ -115,7 +115,8 @@ struct PipelineBaton {
|
||||
int angle;
|
||||
double rotationAngle;
|
||||
std::vector<double> rotationBackground;
|
||||
bool rotateBeforePreExtract;
|
||||
bool rotateBefore;
|
||||
bool orientBefore;
|
||||
bool flip;
|
||||
bool flop;
|
||||
int extendTop;
|
||||
|
||||
Reference in New Issue
Block a user