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
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
Comment