Re: How to convert (unicode) text to image?

2010-08-31 Thread Terry Reedy
On 8/31/2010 12:47 AM, ru...@yahoo.com wrote: I have participated in 71 doc improvement issues on the tracker. Most of those I either initiated or provided suggestions. How many have you helped with? Certainly not 71. But there is, for example, http://bugs.python.org/issue1397474 Please note

Re: How to convert (unicode) text to image?

2010-08-30 Thread ru...@yahoo.com
On 08/30/2010 01:14 PM, Terry Reedy wrote: > On 8/30/2010 12:23 AM, ru...@yahoo.com wrote: >> The Python docs have some major problems. > > And I have no idea what you think they are. I have written about a few of them here in the past. I sure Google will turn up something. > I have participated

Re: How to convert (unicode) text to image?

2010-08-30 Thread ru...@yahoo.com
On 08/30/2010 04:50 AM, Thomas Jollans wrote: > On Monday 30 August 2010, it occurred to ru...@yahoo.com to exclaim: >> Face the facts dude. The Python docs have some major problems. >> They were pretty good when Python was a new, cool, project used >> by a handful of geeks. They are good relativ

Re: How to convert (unicode) text to image?

2010-08-30 Thread Terry Reedy
On 8/30/2010 12:23 AM, ru...@yahoo.com wrote: The Python docs have some major problems. And I have no idea what you think they are. I have participated in 71 doc improvement issues on the tracker. Most of those I either initiated or provided suggestions. How many have you helped with? -- T

Re: How to convert (unicode) text to image?

2010-08-30 Thread Nobody
On Mon, 30 Aug 2010 12:50:32 +0200, Thomas Jollans wrote: >> Face the facts dude. The Python docs have some major problems. >> They were pretty good when Python was a new, cool, project used >> by a handful of geeks. They are good relative to the "average" >> (whatever that is) open source proje

Re: How to convert (unicode) text to image?

2010-08-30 Thread Terry Reedy
On 8/30/2010 7:14 AM, Paul Rubin wrote: example, tkinter has been part of the stdlib for at least a decade but is totally undocumented in the Python library manual. I have trouble equating 'totally undocumented' to about 400 lines + 200 for tix + 600 for ttk ;-). Yes, 400, while more than mos

Re: How to convert (unicode) text to image?

2010-08-30 Thread Thomas Jollans
On Monday 30 August 2010, it occurred to Paul Rubin to exclaim: > Thomas Jollans writes: > > Actually, the Python standard library reference manual is excellent. At > > least that's my opinion > > What exactly are you comparing the Python docs to, I wonder? Obviously > > not something like Val

Re: How to convert (unicode) text to image?

2010-08-30 Thread Paul Rubin
Thomas Jollans writes: > Actually, the Python standard library reference manual is excellent. At least > that's my opinion > What exactly are you comparing the Python docs to, I wonder? Obviously not > something like Vala, but that goes without saying. I didn't know Vala had especially goo

Re: How to convert (unicode) text to image?

2010-08-30 Thread Thomas Jollans
On Monday 30 August 2010, it occurred to ru...@yahoo.com to exclaim: > Face the facts dude. The Python docs have some major problems. > They were pretty good when Python was a new, cool, project used > by a handful of geeks. They are good relative to the "average" > (whatever that is) open source

Re: How to convert (unicode) text to image?

2010-08-29 Thread ru...@yahoo.com
On 08/29/2010 08:21 PM, alex23 wrote: > kj wrote: snip >> Sorry for the outburst, but unfortunately, PIL is not alone in >> this. Python is awash in poor documentation. [...] >> I have to conclude that the problem with Python docs >> is somehow "systemic"... > > Yes, if everyone else disagrees wi

Re: How to convert (unicode) text to image?

2010-08-29 Thread alex23
kj wrote: > Example: I went to the docs page for ImageDraw.  There I find that > the constructor for an ImageDraw.Draw object takes an argument, > but *what* this argument should be (integer? object? string?) is > left entirely undefined.  From the examples given I *guessed* that > it was an objec

Re: How to convert (unicode) text to image?

2010-08-28 Thread Arnaud Delobelle
kj writes: > Thanks for the pointer, but... > > > The documentation I have found for PIL (at > http://www.pythonware.com/library/pil/handbook) is beyond atrocious. > If this is the only way to learn how to use this library, then I > really don't understand how anyone who is not clairvoyant can d

Re: How to convert (unicode) text to image?

2010-08-28 Thread kj
In Benjamin Kaplan writes: >On Fri, Aug 27, 2010 at 8:01 PM, kj wrote: >> >> >> Hi! =A0Does anyone know of an easy way to convert a Unicode string into a= >n image file (either jpg or png)? >> >Do you mean you have some text and you want an image containing that >text? PIL's ImageDraw module

Re: How to convert (unicode) text to image?

2010-08-28 Thread Dave Angel
kj wrote: Hi! Does anyone know of an easy way to convert a Unicode string into an image file (either jpg or png)? TIA! ~k The question has no meaning as presently worded. If you have Unicode text that you need to render, so that you end up with an image of the text, as printed in some

Re: How to convert (unicode) text to image?

2010-08-27 Thread Benjamin Kaplan
On Fri, Aug 27, 2010 at 8:01 PM, kj wrote: > > > Hi!  Does anyone know of an easy way to convert a Unicode string into an > image file (either jpg or png)? > Do you mean you have some text and you want an image containing that text? PIL's ImageDraw module can do that. -- http://mail.python.org/

How to convert (unicode) text to image?

2010-08-27 Thread kj
Hi! Does anyone know of an easy way to convert a Unicode string into an image file (either jpg or png)? TIA! ~k -- http://mail.python.org/mailman/listinfo/python-list