Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001032

Re: [PHP] Image Resizing in PHP From: Jack Dempsey (dempsejn <email protected>)
Date: 03/29/01

ok, so then read the image in using php's image functions, and use
imagecopyresized...you'll even find a post about thumbnails...

http://www.php.net/manual/en/function.imagecopyresized.php

-jack

Jason Murray wrote:
>
> > Perhaps i'm not following what you're trying to do, but why not
> > manipulate the height/width img tag attributes to make it look like a
> > thumbnail, but then when displaying it for real, take them out?
>
> Because then you have to download the entire large image.
>
> Large images are bigger. :)
>
> Jason
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>