5 use \Intervention\Image\Image;
 
    6 use \Intervention\Image\Gd\Color;
 
   65         imagefilledrectangle($image->
getCore(), $this->x1, $this->y1, $this->x2, $this->y2, 
$background->getInt());
 
   69             imagesetthickness($image->
getCore(), $this->border_width);
 
   70             imagerectangle($image->
getCore(), $this->x1, $this->y1, $this->x2, $this->y2, 
$border_color->getInt());