Need to be in gif format, it is possible but the hole part in settings_buttons.php need to be changed, or rather a few parts, as its coded for png
$img = imagecreatefrompng("{$CONF['path']}/images/ranking.png");
$color1 = imagecolorallocate($img, 0, 0, 0);
$color2 = imagecolorallocate($img, 0...