JPG Image Load,Resize,Save with 100% Python?

Lothar Scholz llothar at web.de
Sun Feb 8 21:05:14 EST 2004


Ingo Linkweiler <i.linkweiler at web.de> wrote in message news:<c05dj3$q37$04$1 at news.t-online.com>...
> Hello,
> 
> I am looking for a 100% python lib/script which can load a jpg image, 
> detect its size, resize and save it as new file.
> 
> I have found some tools (like PIL), but all of them use ImageMagic or 
> external dlls, which can not be used on my web server.
> 
> I hope you can help me.
> 
> Ingo

There is nothing like this. 

Because this is a task that can't be done in Python well. 
You must expect it to be around 140 times (thats 14000%) slower then a
C library thats why nobody wants to do it.



More information about the Python-list mailing list