// valid syntaxes : $image->bgcolor = 'blue 100%'; $image->bgcolor = 'blue 127'; // same as 'white 100%' $image->bgcolor = '0 0 255 100%'; $image->bgcolor = '0 0 255'; // default transparency is 0% $image->bgcolor = '#0000ff 100%';
$image->cachetime = 86400; // one day in seconds
$image->fontfile = 'arial.ttf';
$image->fontsize = 12;
$image->format = 'png'; $image->format = 'gif'; $image->format = 'jpg'; $image->format = 'simplepng'; // PNG for IE < 7 ~~ like gif
$image->height;
$image->quality = 85; // 0-100
$image->realcopy = true;
$image->width;