Open CyberDracula opened 8 years ago
You should change the
function display() { //late footer add $this->addFooter(); header('Content-type:image/gif'); //old jpg echo $this->image; }
of GIFEncoder.class.php the Content-type:image/jpg to Content-type:image/gif
When i open te script in IE 11 the image will not be displayed it will pop the save menu. someone else has this issue?