From 3f246935d7d942130bad176fd1b5d69920802591 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Wed, 31 Aug 2016 15:26:35 +0100 Subject: [PATCH] Update GIFEncoder.class.php Output as gif --- GIFEncoder.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GIFEncoder.class.php b/GIFEncoder.class.php index 7cac97c..0b4b772 100755 --- a/GIFEncoder.class.php +++ b/GIFEncoder.class.php @@ -264,8 +264,8 @@ function getAnimation() { function display() { //late footer add $this->addFooter(); -header('Content-type:image/jpg'); +header('Content-type:image/gif'); echo $this->image; } -} \ No newline at end of file +}