Re: PIL ImageDraw line not long enough

2006-04-01 Thread Bob Greschke
Fredrik Lundh [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Bob Greschke wrote: I have to extend the vertical line to y+8, instead of y+7 to get the line segment to be drawn long enough. This is on Linux, Solaris, 2.x versions of Python, 1.1.5 version of PIL, and on Windows with

PIL ImageDraw line not long enough

2006-03-30 Thread Bob Greschke
I've resorted to actually drawing all of the characters of the alphabet on a graph to avoid having to drag around font files. It's mostly just uppercase characters, so it's not too bad. But I noticed that some of the line segments have to be extended one pixel longer than they should be in

Re: PIL ImageDraw line not long enough

2006-03-30 Thread nikie
Bob Greschke wrote I've resorted to actually drawing all of the characters of the alphabet on a graph to avoid having to drag around font files. It's mostly just uppercase characters, so it's not too bad. But I noticed that some of the line segments have to be extended one pixel longer

Re: PIL ImageDraw line not long enough

2006-03-30 Thread Fredrik Lundh
Bob Greschke wrote: I have to extend the vertical line to y+8, instead of y+7 to get the line segment to be drawn long enough. This is on Linux, Solaris, 2.x versions of Python, 1.1.5 version of PIL, and on Windows with the latest of everything. Am I missing a setting somewhere? I recently