Or if you're using wxPython, wx.Image can load, rescale and save. 
There's also a Python wrapper for imageMagick, which will do just
about anything to medium-small files.

One way or another you'll need to incorporate (depend on) something
that can decode the various image file formats that you need, and
something that will resample /resize the image.

What's the reason to not use PIL?  What libraries are you using?

-Jim

On 5/9/05, Larry Bates <[EMAIL PROTECTED]> wrote:
> PIL is the best way.  Or you can call some external program to
> do it (using os.system).
> 
> Larry Bates
> 
> 
> [EMAIL PROTECTED] wrote:
> > Hi I would like to know how to resize an Image without using python
> > Imaging library.
> >
> --
> http://mail.python.org/mailman/listinfo/python-list
> 
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to