Why do you want to avoid storing the thumbnails on the disk? Resampling the image usually involves uncompressing it into an image resource which can be pretty memory intensive if you have to do it for multiple images on every page request.

-Rob

Randal Rust wrote:
On 1/29/07, Ken Robinson <[EMAIL PROTECTED]> wrote:

If that is not the case, there are image resampling functions in the
GD package. Take a look at the imagecopyresampled() function
<http://www.php.net/imagecopyresampled>.

That is what I was hoping to avoid.

_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to