Hola estoy trabajando con imagenes, pero cuando quiero generar una me manda el siguiente error y en ves de mostrar la imagen me muestra caracteres raros que puedo hacer??? a continuacion el codigo y el resultado:
Codigo:
-------
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="" content="text/html; charset=iso-8859-1">
</head>
<body>
<?
$imagen=ImageCreate (468, 60);
@Header("Content-type: image/bmp");
ImageJPEG($imagen, '', 75);
ImageDestroy($imagen);
?>
</body>
</html>
Resultado:
----------
Warning: Cannot modify header information - headers already sent by (output started at c:\servidor\web\image.php:10) in c:\servidor\web\image.php on line 13
JFIF;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 75 C $.' ",#(7),01444'9=82<.342C 2!!222222222222222222222222222222222222222222222 22222<" ĵ}!1AQa"q2#BR$3 br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ĵw!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvw xyz ?( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( (
Espero que me puedan ayudar, desde ya gracias!!!!