Hi,
I have an application where I need to convert RGBA images(png) to P
images (gif or png).
I use im.convert("P") to do the conversion. The problem comes with alpha
channel. The resulting P mode image does not contain any tranparency
information. Transparency is set to none and transparent pix
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.
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 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