public function newImage($format = null, ColorInterface $color = null)
    {
        $imagick = new Imagick;
        $imagick->newImage($this->getWidth(), $this->getHeight(), $this->imagick->getImageBackgroundColor());