Browse Source

removed accidentally committed crap-code

pull/40/head
Savetheinternet 13 years ago
parent
commit
89024e7ac2
  1. 10
      inc/image.php

10
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 */

Loading…
Cancel
Save