Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/12/2003, 16:28
Avatar de Gerald
Gerald
 
Fecha de Ingreso: julio-2003
Mensajes: 1.356
Antigüedad: 20 años, 10 meses
Puntos: 2
GD Version 1.6.2 or higher

ya descubri el problema me pide como minimo la Version 2.0

y ahora como adaptaria el codigo para que funcione

Código PHP:
<?php

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


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

?>
Que solucion me aconsejan
Gracias
__________________
Solo por Hoy: Trataré de fortalecer mi mente. Estudiaré y aprenderé algo útil
Hoteldipity
Arte Caracol