PIL and line drawing

Fredrik Lundh fredrik at pythonware.com
Fri May 20 08:45:20 EDT 2005


Leonard J. Reder wrote:

> I am using PIL to annotate some images with lines.  I could not
> find anyway to make the line that is drawn from the ImageDraw object
> thicker.  Does anyone have a suggestion or solution for solving this
> without to much hacking?

if you have 1.1.5, you can use the width option to control
the line width. see:

    http://effbot.org/imagingbook/imagedraw.htm

> Thanks for any replies,

tip: you may get quicker/better responses if you use the
image-sig mailing list (if you're using a newsreader, point
it to gmane.comp.python.image)

</F>






More information about the Python-list mailing list