how can i create thumbnailed photo gallery with php?

Posted by hd on Stack Overflow See other posts from Stack Overflow or by hd
Published on 2010-05-08T19:24:18Z Indexed on 2010/05/08 19:28 UTC
Read the original article Hit count: 157

Filed under:
|
|
|

i have some pictures that want to show them as a thumbnailed photo gallery.

images are in 400x300 and the thumbnails should be in 50x50. i am sure scaling photos to small size is not a good way (cause of increasing page load time), so how can i create online these thumbnails without need to save them in small size? i want to do it with php.

i know how to create thumbnail with php,but in the way i know,thumbnail should be store as a file and then display it.but i don't want to store it.

is it possible??

© Stack Overflow or respective owner

Related posts about php

Related posts about thumbnail