On Sun, Mar 30, 2003 at 01:40:25AM -0500, Metnetsky wrote: > I can't seem to find any good documentation/examples on GDK with > Python. I'm not trying to do much, just open an image, shrink, and save > under a new name. Simply put, I have a few hundred photos that need to > be cut in half by exactly 50%. The program doesn't need an interface, > it should be run from a command prompt with a directory path passed as > an argument. All images in the path are loaded and converted. Any > suggestions on where/how to begin this? > > ~ Matthew
Perhaps PIL (Python Imaging Library) is more appropriate for this task? _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
