/* // primero creamos la imagen en caso de se gif como lo es ya lo sabemos.. $archivo = "http://www.reyna.yourwebsupport.com/images/logo.JPG"; $imagen_src = imagecreatefromgif($archivo); $imagen_dst = @imagecreatetruecolor(100, 120); // una prueba para mejorar la calidad // por si hubo problema de generar imagen if (empty($imagen_dst)) { $imagen_dst = imagecreate(100, 120); } // setiarle el bleading imagealphablending($imagen_dst, false); imagecopyresampled($imagen_dst,$archivo,0,0,0,0,150,200,imagesx($archivo),imagesy($archivo)); $imagen = "invoice-logo"; $extension = "gif"; //$nueva_ruta = "/var/www/comforthost.net/logo/{$imagen}-th.{$extension}"; imagejpeg( $imagen_dst, $nueva_ruta ); imagedestroy( $imagen_src ); //imagedestroy( $imagen_dst ); */ ?>
Thanks for choosing Comforthost.net .
Please replace this index.php file with your site.
|
|