Resize an Image without PIL

Bengt Richter bokr at oz.net
Tue May 10 00:25:25 EDT 2005


On 9 May 2005 09:51:34 -0700, querypk at gmail.com wrote:

>Hi I would like to know how to resize an Image without using python
>Imaging library.
>
You don't say how your image is represented, nor whether you require
the same representation on both ends of the transformation. You don't
say anything about the size proportions, e.g., 2:1 vs 2:1.5 etc., nor
how you expect pixel interpolation/resampling to be done, not the context
in which your resizing is supposed to happen, or even a hint about your
paltform, or what kind of advice you might understand or want, or why.
In short, you're depending too much on mind reading ;-)

Regards,
Bengt Richter



More information about the Python-list mailing list