Image Magik
Steven Adams
quickdry at users.sourceforge.net
Sun Nov 12 09:56:45 EST 2000
More information about the Python-list mailing list
Sun Nov 12 09:56:45 EST 2000
- Previous message (by thread): Stupid Zope joke
- Next message (by thread): Image Magik
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
URL: http://starship.python.net/crew/zack/ -- Steven "Vetle Roeim" <vr at acm.org> wrote in message news:yayzoj5pb4t.fsf at ganglot.ifi.uio.no... > * Simon Faulkner > > How do I use python to run another program? > > > > I would like to run image magik to resize images. > > > > The command looks like > > > > convert -size 200 filename filename > > > > Can a cgi program do this? > > import os > os.system("convert -size 200 filename filename") > > or, you can take a look at the ImageMagick module for Python. > <URL:http://starship.python.net/crew/zac> > > > vr >
- Previous message (by thread): Stupid Zope joke
- Next message (by thread): Image Magik
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list