Lo hice a mero tanteo, me dices si no te funciona:
Código PHP:
Ver original$image = $_GET['i'];
$watermark = "water.png";
echo "Error opening $image!"; exit; }
echo "Error opening $image!"; exit; }
echo "Error opening $image!"; exit; }
} else {
}
header('Content-Type: image/jpeg');
NOTA: Personalmente te sugiero que uses otro motor gráfico Imagemagick, aunque tu servidor debe soportarlo, las librerías GD son muy básicas y no trabajan bien con los canales alpha (transparencias) del PNG.