Thread: Image resize
View Single Post
Old 03-29-2008, 12:45 AM   #2 (permalink)
Rendair
The Addict
Upcoming Programmer Top Contributor 
 
Rendair's Avatar
 
Join Date: Nov 2007
Location: UK
Posts: 319
Thanks: 18
Rendair is on a distinguished road
Default

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 
__________________
www.jooney.co.uk - the online portfolio
Send a message via MSN to Rendair
Rendair is offline  
Reply With Quote