Possible Duplicate:
Image resizing web service
many web provider have support for php but generally memory limit is very limited.
My web site needs to do image resizing, so I would have use library like gd or phpthumb, but I encounter problem with the memory limit.
So I would like to know if someone knows about an online web service that does image resizing.
Of course, a free one would be better 🙂
Thanks in advance for any help
maybe you should have a look at timthumb http://www.darrenhoyt.com/2008/04/02/timthumb-php-script-released/
It’s not a service but a file you can host yourself.