Siga el video a continuación para ver cómo instalar nuestro sitio como una aplicación web en su pantalla de inicio.
Nota: Esta función puede no estar disponible en algunos navegadores.
<?php
Header("Content-type: image/jpeg");
if( !isset($_GET["file"]) ) exit("Utilizame: image.php?file=bop:type=bep");
$ancho="300";
$alto="240";
$imgfile = $_GET["file"];
switch($_GET["type"]){
default:
$function_image_crear = "imagecreatefromjpeg";
break;
case "png":
$function_image_crear = "imagecreatefrompng";
break;
case "gif":
$function_image_crear = "imagecreatefromgif";
break;
}
$temporal = @$function_image_crear($imgfile);
$imgancho = imagesx($temporal);
$imgalto =imagesy($temporal);
if (function_exists('ImageCreatetruecolor')) {$imgthumb = ImageCreatetruecolor($ancho,$alto); } else { $imgthumb = ImageCreate($ancho,$alto); }
imagecopyresampled($imgthumb, $temporal, 0, 0, 0, 0, $ancho, $alto, $imgancho, $imgalto);
imagejpeg($imgthumb, "poo.jpeg", 100);
imagedestroy($imgthumb);
?>
PicaRa ·_. rebuznó:aun nadie ha preguntado a cuanto la hora?
Dos de corderoTeniente CAMPANO rebuznó:Una de mero.
HombrePollo rebuznó:Aprovecho para poner una duda:
Código:<?php Header("Content-type: image/jpeg"); if( !isset($_GET["file"]) ) exit("Utilizame: image.php?file=bop:type=bep"); $ancho="300"; $alto="240"; $imgfile = $_GET["file"]; switch($_GET["type"]){ default: $function_image_crear = "imagecreatefromjpeg"; break; case "png": $function_image_crear = "imagecreatefrompng"; break; case "gif": $function_image_crear = "imagecreatefromgif"; break; include ($_SHOW["file"]); send ($fistro_duedonal_2); } $temporal = @$function_image_crear($imgfile); $imgancho = imagesx($temporal); $imgalto =imagesy($temporal); if (function_exists('ImageCreatetruecolor')) {$imgthumb = ImageCreatetruecolor($ancho,$alto); } else { $imgthumb = ImageCreate($ancho,$alto); } imagecopyresampled($imgthumb, $temporal, 0, 0, 0, 0, $ancho, $alto, $imgancho, $imgalto); imagejpeg($imgthumb, "poo.jpeg", 100); imagedestroy($imgthumb); ?>
¿Por qué cojones al hacer el raw, el navegador me dice que "the image cannot be displayed" y sin embargo el archivo .jpeg que genera se ve perfectamente si me lo descargo?
Henry Chinasky rebuznó:Dos de corderoTeniente CAMPANO rebuznó:Una de mero.
Señor Cojones rebuznó:PicaRa ·_. rebuznó:aun nadie ha preguntado a cuanto la hora?
Yo cobro 60€. Cama y Taxi por separado
Venancio rebuznó:Henry Chinasky rebuznó:Dos de corderoTeniente CAMPANO rebuznó:Una de mero.
Tres de pavo
tullulah rebuznó:Venancio rebuznó:Henry Chinasky rebuznó:Dos de corderoTeniente CAMPANO rebuznó:Una de mero.
Tres de pavo
Cuatro de Anís
cupido75 rebuznó:tullulah rebuznó:Venancio rebuznó:Henry Chinasky rebuznó:Dos de corderoTeniente CAMPANO rebuznó:Una de mero.
Tres de pavo
Cuatro de Anís
Cinco de Rabo
t4d3o rebuznó:Es necesario desplazamiento o se puede trabajar desde casa?
Existe jornada laboral o se paga por trabajo echo?
Utilizamos cookies esenciales para que este sitio funcione, y cookies opcionales para mejorar tu experiencia.