Reply to Re: [PHP] image calculation problem

Your name:

Reply:


Posted by Philip Hallstrom on 10/21/23 11:13

see below...

> Basically I am trying to make a thumb where the width is 87px...I dont
> care what the height is, heres the code:
>
> function prop_thumb_height()
> {
> // The file
> $filename = 'cat.jpg';
>
> // Content type
> header('Content-type: image/jpeg');
>
> // Get new dimensions
> list($width_orig, $height_orig) = getimagesize($filename);
>

$width = 87;

// note I'm not checking if $width_orig == 0
$scale_by = $width / $width_orig;

$height = floor($height_orig * $scale_by + 0.5);

> // Resample
> $image_p = imagecreatetruecolor($width, $height);
> $image = imagecreatefromjpeg($filename);
> imagecopyresampled($image_p, $image, 0, 0, 0, 0, $width, $height, $width_orig, $height_orig);
>
> // Output
> imagejpeg($image_p, 'ryan.jpg', 100);
> }
>

[Back to original message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация