php-general | 2001032
Date: 03/29/01
- Next message: Scott Brown: "RE: [PHP] Image Resizing in PHP"
- Previous message: Clayton Dukes: "Re: [PHP] Help!"
- In reply to: Jason Murray: "RE: [PHP] Image Resizing in PHP"
- Next in thread: Scott Brown: "RE: [PHP] Image Resizing in PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Scott Brown: "RE: [PHP] Image Resizing in PHP"
- Previous message: Clayton Dukes: "Re: [PHP] Help!"
- In reply to: Jason Murray: "RE: [PHP] Image Resizing in PHP"
- Next in thread: Scott Brown: "RE: [PHP] Image Resizing in PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

