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