<?php
header('content-type: image/png') ;
$image = imagecreate(500, 500) ;
imagecolorallocate($image, 255, 0 , 0 ) ;
imagepng($image) ;
?>
===============================
microsoft edge affiche page noir
================================
firefox affiche erreure
================================
Activer la bibliothèque GD