Re: PIL and line drawing

2005-05-24 Thread Fredrik Lundh
rzed [EMAIL PROTECTED] wrote: if you have 1.1.5, you can use the width option to control the line width. see: I'm glad to see that addition. I was surprised to see that 'width' is actually doubled in the resulting line, though. I suppose the code adds and subtracts the specified width

Re: PIL and line drawing

2005-05-24 Thread rzed
Fredrik Lundh [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: rzed [EMAIL PROTECTED] wrote: if you have 1.1.5, you can use the width option to control the line width. see: I'm glad to see that addition. I was surprised to see that 'width' is actually doubled in the resulting line,

Re: PIL and line drawing

2005-05-20 Thread Fredrik Lundh
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

Re: PIL and line drawing

2005-05-20 Thread rzed
Fredrik Lundh [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: 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

PIL and line drawing

2005-05-19 Thread Leonard J. Reder
Hello, 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? Thanks for any replies, Len --