Can you go into
more detail
here?
Do you want to
take an image
from the
server, copy
it, resize and
resample it
then display
the thumb image
while keeping
the original
image where it
was?
Use a .php
script to get
the image and
display it
resized
dependant on
required
quality or to a
custom height -
something
like:
<img
src='http://ww
w.yoursite.com/
image.php?file=
images/image.jp
g&size=150
'
the .php script
would grab the
image, resize
it on the fly
storing it in a
temp directory
and destroy the
thumbnail when
the page is
exited - this
method will
cause
additional
bandwidth usage
and prolonged
page load
times.
Not sure
exactlt what
you are looking
for though.
Just because I
dont care,
doesnt mean I
dont
understand. |