03-29-2008, 12:45 AM
|
#2 (permalink)
|
|
The Addict
Join Date: Nov 2007
Location: UK
Posts: 319
Thanks: 18
|
I have a solution. Maybe instead of actually creating a thumbnail that is saved. You can use the large image.
If you check out my thumbnail class here. Cropping Images using PHP
You can use this to create the thumbnail of that large image without it actually saving it to your server.
You can just use something like this
PHP Code:
<img src="thumbcreate.php?src=images/largimg.jpg"> //link to large image
|
|
|