Резка картинок yf cfqnt

                        
<?php 
$w_new = '100';
$foto = 'foto.jpg';
$old = imageCreateFromJpeg("$foto");
$w = imageSX($old);
$h = imageSY($old);
$new = $h / $w;
$h_new= $w_new * $new;
$new = imageCreate($w_new, $h_new);
$new = imagecreatetruecolor($w_new, $h_new);
imageCopyResized($new, $old, 0, 0, 0, 0, $w_new, $h_new, $w, $h);
imageJpeg($new,"","80");
?>
1 7 0
0

Нет фото
3KZO * 4.87
• 9 янв 2013, 00:07


Простенько и со вкусом, норм вобщем * Автор молодец.