Logged In: YES
user_id=2084985
Originator: NO

This is probably due to the PNG transparency color set to (255,255,255). I'm not sure it is still neeeded :

$C_White = imagecolorallocate($this->Picture,255,255,255);
imagecolortransparent($this->Picture,$C_White);

I'll check.
JD.