mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-11-21 10:16:06 +03:00
Summary of changes
- Allow positional args in `regular_polygon` method
- Allow multiple bounding box formats
- (e.g. bbox = [(x0, y0), (x1, y1)] or [x0, y0, x1, y1])
- Check if bounding box is square
- Update var names
- b_box => bbox
- nb_sides => n_sides
|
||
|---|---|---|
| .. | ||
| example | ||
| handbook | ||
| reference | ||
| releasenotes | ||
| resources | ||
| about.rst | ||
| conf.py | ||
| COPYING | ||
| deprecations.rst | ||
| Guardfile | ||
| index.rst | ||
| installation.rst | ||
| make.bat | ||
| Makefile | ||
| PIL.rst | ||
| porting.rst | ||