Ver Mensaje Individual
  #6 (permalink)  
Antiguo 28/12/2003, 20:47
Avatar de Gerald
Gerald
 
Fecha de Ingreso: julio-2003
Mensajes: 1.356
Antigüedad: 20 años, 10 meses
Puntos: 2
Código PHP:
<?php

$image 
$_GET['image'] ; 
$newwidth $_GET['newwidth'];
$newheight $_GET['newheight'];
$height $_GET['height'];
$width $_GET['width'];


$src imagecreatefromjpeg("$image");
$im imagecreate($newwidth,$newheight);  
imagecopyresampled($im,$src,0,0,0,0,$newwidth,$newheight,$width,$height); 
imagejpeg($im'',85); 
imagedestroy($im); 

?>

tan solo le cambie lo que me dijiste y sigue sin funcionar

La verdac no manejo mucho GD
__________________
Solo por Hoy: Trataré de fortalecer mi mente. Estudiaré y aprenderé algo útil
Hoteldipity
Arte Caracol