-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
File: Pillow/src/libImaging/Geometry.c, Line: 1083, in function ImagingTransformAffine
Pillow/src/libImaging/Geometry.c
Lines 1083 to 1084 in 2810d7c
| xo = a[2] + a[1] * 0.5 + a[0] * 0.5; | |
| yo = a[5] + a[4] * 0.5 + a[3] * 0.5; |
The inverse matrix corresponding to array
double a[6] should be used for the computation.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels