如何将图像组合(SVG + PNG)保存为一个图像

时间:2019-07-10 07:42:09

标签: php jquery codeigniter svg png

我已合并两个图像以在应用程序中制作一个图像。第一个图像是SVG图像,第二个图像是PNG格式的样机,两者都被合并为一个图像,现在我想将结果保存为接口,因为一个单个图像为png或jpeg格式,在PHP或jQuery的

[<?=file_get_contents(base_url('assets/images/svg/'.$product->product_front_svg));?>
<div overlay="" overlay-id="overlayId" width="width" height="height" class="front_side kb-preview-overlay ng-isolate-scope" style=" background-image: url('<?=base_url('assets/images/svg/mockup/'.$product->product_mockup_front)?>'); background-repeat: no-repeat!important;"></div>][1]

附着的图像是两个图像(SVG图像和PNG样机)的组合,现在我想使用php或jquery将其下载为单个图像,请问是否有任何解决方法。

0 个答案:

没有答案