本文操作环境: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.mswzjz.cn/qtweb/news23/432173.html
攀枝花网站建设、攀枝花网站运维推广公司-贝锐智能,是专注品牌与效果的网络营销公司;服务项目有等
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 贝锐智能