Posted by Andreas Mόller on 09/28/01 11:16
hi @all,
i'm trying to use gd to create thumbnails automatically.
resizing works fine drawing with imagejpeg as well, but here's also
my problem. is it right that imagejpeg can only draw one image per site?
I have a function thumbnail which should draw the image. in my main
program i call this function within a while loop with different
parameters(the files). the function draws one image and doesn't return,
i guess because of the imagejpeg. is it possible to store the images in
an array and print them out using something like echo "<img src..."?
Navigation:
[Reply to this message]
|