paintOpaqueImage ("#050505" , "#e3e9c5" , "75000") ){ $im->writeImage("/web/htdocs/www.narutogdr.it/home/mappa/territori/linee_tempo2".".png"); $l = imagecreatefrompng("/web/htdocs/www.narutogdr.it/home/mappa/territori/linee_tempo2".".png"); } $im = new Imagick("/web/htdocs/www.narutogdr.it/home/mappa/territori/".$_GET["t"]."C.png"); if ($im->paintOpaqueImage ("#FFFFFF" , "#e1340c" , "50000") ){ $im->writeImage("/web/htdocs/www.narutogdr.it/home/mappa/territori/".$_GET["t"]."C_tempo2".".png"); $f2 = imagecreatefrompng("/web/htdocs/www.narutogdr.it/home/mappa/territori/".$_GET["t"]."C_tempo2".".png"); } $bg = imagecreatefrompng("/web/htdocs/www.narutogdr.it/home/mappa/confini_w.png"); imagecopy($dest_image, $bg, 0,0,0,0, $W, $H); imagecopy($dest_image, $f2, 0, 0, 0, 0, $W, $H); imagecopy($dest_image, $l, 0, 0, 0, 0, $W, $H); header('Content-Type: image/png'); imagepng($dest_image); ?>