Files
typeshed/stubs/Pillow/PIL
eggplants c383e95286 Fix box parameter type of Pillow.PIL.Image.paste (#8090)
When executing `img.paste(cropped, box=(10.5, 10.5))`:
TypeError: 'float' object cannot be interpreted as an integer

So the `box` parameter's type should be not `tuple[float, float]` but `tuple[int, int]`. (same as `_Box`)
2022-06-16 16:50:14 -07:00
..
2021-06-28 10:29:17 -07:00
2021-06-12 18:38:59 -07:00
2021-06-12 18:38:59 -07:00
2021-06-12 18:38:59 -07:00
2021-06-12 18:38:59 -07:00
2021-06-12 18:38:59 -07:00
2021-06-12 18:38:59 -07:00
2021-06-12 18:38:59 -07:00
2021-06-12 18:38:59 -07:00
2021-06-12 18:38:59 -07:00
2021-06-12 18:38:59 -07:00
2021-06-12 18:38:59 -07:00
2021-06-12 18:38:59 -07:00
2021-06-12 18:38:59 -07:00