= $imagewidth-$gutter-25){$ybgr=$ybgr + $separation;} if ($xbgr >= $imagewidth-$gutter){$xbgr = $gutter;} if ($ybgr >= $imageheight -$gutter){break;} if ($ybgr <= 0){$ybgr = $gutter;} $background++; } //OUTPUT JPEG header('Content-Type: image/png'); ImagePNG($image); ?>