Resize an Image without PIL

Larry Bates lbates at syscononline.com
Mon May 9 15:43:44 EDT 2005


PIL is the best way.  Or you can call some external program to
do it (using os.system).

Larry Bates


querypk at gmail.com wrote:
> Hi I would like to know how to resize an Image without using python
> Imaging library.
> 



More information about the Python-list mailing list