Pillow: Add width argument to rectangle

Created on 27 Dec 2017  路  2Comments  路  Source: python-pillow/Pillow

PIL's rectangle doesn't support the width argument. so if we want to change the width of line, we have to use ImageDraw.Draw(im).line four times. So I suggest the PIL's rectangle will support the width argument.

Enhancement

Most helpful comment

All 2 comments

The line width would be nice to be able to specify on all basic shapes - for example ellipses as well.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vytisb picture vytisb  路  4Comments

damianmoore picture damianmoore  路  4Comments

amithnikhade picture amithnikhade  路  4Comments

hxzhao527 picture hxzhao527  路  4Comments

readyready15728 picture readyready15728  路  4Comments