removed accidentally committed crap-code
This commit is contained in:
parent
ab0d6e27d7
commit
89024e7ac2
@ -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 */
|
/* Fonction: imagecreatefrombmp */
|
||||||
|
Loading…
Reference in New Issue
Block a user