From 00b5af2b8c85ae8f27c51e7214c1ba5e9035d79a Mon Sep 17 00:00:00 2001 From: Hamoud Alhoqbani Date: Tue, 11 Jul 2017 14:42:20 -0700 Subject: [PATCH] fix glyphs example --- public/Examples/Glyphs_GD.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/Examples/Glyphs_GD.php b/public/Examples/Glyphs_GD.php index 49ad241..68ce7ec 100755 --- a/public/Examples/Glyphs_GD.php +++ b/public/Examples/Glyphs_GD.php @@ -14,7 +14,7 @@ error_reporting(E_ALL); // Set the content-type -//header("Content-type: image/png"); +header("Content-type: image/png"); // Create the image $im = @imagecreatefromgif('GD/bg.gif');