diff --git a/inc/image.php b/inc/image.php index 85a7456a..d6ad9a07 100644 --- a/inc/image.php +++ b/inc/image.php @@ -215,16 +215,6 @@ } } - class ImageSVG extends ImageBase { - public function from() { - $im = new Imagick(); - $this->image = @imagecreatefrombmp($this->src); - } - public function to($src) { - imagebmp($this->image, $src); - } - } - /*********************************************/ /* Fonction: imagecreatefrombmp */