Re: [Image-SIG] Clipped text, still.

2007-01-16 Thread Ned Batchelder
OK, here's some code, and some output. (My emails seem to be consistently held for moderation; I apologize for the apparent delays in responding). This code (in a Django view function): im = Image.new(RGB, (300, 300), '#c0') draw = ImageDraw.Draw(im) font =

Re: [Image-SIG] Clipped text, still.

2007-01-15 Thread Scott David Daniels
Ned Batchelder wrote: I tried installing 1.1.6, mostly to see the improvements in clipped text. PIL 1.1.5 would clip pieces of text ... and wrap those pixels So joe might lose part of the bulb of the j and display it below the e. But 1.1.6 still clips the bulb. It no longer transports

[Image-SIG] Clipped text, still.

2007-01-09 Thread Ned Batchelder
I tried installing 1.1.6, mostly to see the improvements in clipped text. PIL 1.1.5 would clip pieces of text that extended beyond the character width, and would wrap those pixels around to the other side of the image. So joe might lose part of the bulb of the j and display it below the e.