5 use \Intervention\Image\Image;
6 use \Intervention\Image\Imagick\Color;
46 $circle = new \ImagickDraw;
50 $circle->setFillColor($bgcolor->getPixel());
55 $circle->setStrokeWidth($this->border_width);
59 $circle->ellipse($x, $y, $this->width / 2, $this->height / 2, 0, 360);
61 $image->
getCore()->drawImage($circle);