Ver Mensaje Individual
  #8 (permalink)  
Antiguo 04/01/2004, 16:12
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);  
ImageCopyResized($im,$src,0,0,0,0,$newwidth,$newheight,$width,$height); 
imagejpeg($im'',85); 
imagedestroy($im); 

?>
Ahora si funciono la solucion estaba en casa, en www.maestrosdelweb.com habia un tutorial muy bueno

con este codigo si funciona con el Gd 1.6

Gracias Cluster por incentivarme y a la vez enseñarnos a pescaR!!

__________________
Solo por Hoy: Trataré de fortalecer mi mente. Estudiaré y aprenderé algo útil
Hoteldipity
Arte Caracol