"Wayne Watson" <[EMAIL PROTECTED]> wrote Caveat, I've never used ImageDraw....
>I started getting acquainted with the ImageDraw class (Object). ><http://effbot.org/imagingbook/imagedraw.htm> My question > here is are there more detailed explanations somewhere > for the options? There is an Options section on the page linked which describes the available options: Options # outline outline integer or tuple fill fill integer or tuple font font ImageFont instance > It gives no idea what the choices are for options in the argument > list. I believe its intended to be any of the standard options that are applicable, for lines that would just be fill. (Although a note suggests a new width option which is not listed under options!) I agree the documentation is limited but unfortunately thats one of the common penalties of using open source software. If yopu really need to know read the module source code... At least thats possible with open source! :-) > This contrasts with the more detailed descriptions in > the document at New Mexico Tech, which goes into considerable > detail on options for the Tkinter class. Yes, but Tk and Tkinter have both been around for a very long time and are widely used. Plenty time for documentation to be written. PIL has been around for a while but is much less widely used and ImageDraw is even more recent and more specialised. Your best bet may be to ask on a PIL mailing list or try the main comp.lang.python usenet group. HTH -- Alan Gauld Author of the Learn to Program web site http://www.freenetpages.co.uk/hp/alan.gauld _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor