Advertisement
Advertisement
| 04.01.2008 at 04:48PM PDT, ID: 23287695 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: |
$tmp = imagecreatetruecolor($new_width, $new_height); imagecopyresampled($dst, $file, 0,0,0,0, $new_width, $new_height, 320, 240); imagejpeg($tmp, "/var/www/html/apps/sa/usr_bg_imgs/" . "newfile.png", 100); |