phpsvg怎么转jpg

本文操作环境:windows7系统、php7.1版、DELL G3电脑

php svg怎么转svg?

php imagick svg转成jpg

代码如下:

public function svgtojpg()
{
$image = '




';
$filename = 'ef.jpg';
/* $image = stripslashes($_POST['json']);
$filename = $_POST['filename'];*/
$unique = time();
$im = new \Imagick();
$im->readImageBlob($image);
$res = $im->getImageResolution();
$x_ratio = $res['x'] / $im->getImageWidth();
$y_ratio = $res['y'] / $im->getImageHeight();
$im->removeImage();
$im->setResolution($width_in_pixels * $x_ratio, $height_in_pixels * $y_ratio);
$im->readImageBlob($image);
$im->setImageFormat("jpeg");
$im->writeImage(__DIR__ . '/../../../Public/moban/images/1/humourised_'. $filename);
$im->clear();
$im->destroy();
}

网站题目:phpsvg怎么转jpg
文章起源:http://www.shufengxianlan.com/qtweb/news23/432173.html

网站建设、网络推广公司-创新互联,是专注品牌与效果的网站制作,网络营销seo公司;服务项目有等

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联