Mira estoy desesperado ya!!! :(
Mire mi code, por favor:
Código PHP:
Ver original<?php
/*
// establece el fondo a rojo
imagefill($im, 0, 0, $rojo);
header('Content-type: image/png');
imagepng($im);
imagedestroy($im);
*/
for($y=0;$y<$h;$y++) {
for($x=0;$x<$w;$x++) {
$r = ($rgb >> 16) & 0xFF;
$g = ($rgb >> 8) & 0xFF;
$b = $rgb & 0xFF;
//$colorInstante = "#".str_repeat("0",2-strlen(dechex($r))).dechex($r).str_repeat("0",2-strlen(dechex($g))).dechex($g).str_repeat("0",2-strlen(dechex($b))).dechex($b).",";
if ( $colorInstante == "#ffffff" )
{
}/*
else
{
echo "BLANCO <br />";
}*/
}
//echo "<br />\r\n";
}
header('Content-type: image/png'); ?>
Un saludo y muchas gracias de antemano, por vuestro interés!
PD: imagen2.php, es un shape de photoshop, rojo! con fondo blanco.