rectangle layout algorithm?

Peter Maas peter.maas at mplusr.de
Thu May 6 06:37:36 EDT 2004


Richard Taylor wrote:

> I need an algorithm to layout a collection of rectangles (images) within a
> bounding rectangle (sheet of paper). 
> 
> I feel sure that I am not the first person faced with this problem :-) 
> 
> Does anyone know of a Python library that provides such a capability?

Not exactly but search for layout managers. wxPython/wxWindows has
a layout manager, Tcl/Tk also. pyUI (http://pyui.sourceforge.net/)
could be interesting.

Try http://www.google.com/search?q=python+%22layout+manager%22

Mit freundlichen Gruessen,

Peter Maas

-- 
-------------------------------------------------------------------
Peter Maas, M+R Infosysteme, D-52070 Aachen, Hubert-Wienen-Str. 24
Tel +49-241-93878-0 Fax +49-241-93878-20 eMail peter.maas at mplusr.de
-------------------------------------------------------------------



More information about the Python-list mailing list