views:

33

answers:

1

Hi all,

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

+1  A: 

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.

krike