Search found 1 match

by rdb2b
2015-05-26T04:31:41-07:00
Forum: IMagick
Topic: SVG to PNG conversion giving me blank png image
Replies: 0
Views: 10935

SVG to PNG conversion giving me blank png image

Hi,

I have a SVG image on this path http://www.quickdesign.com/user-uploads/5555f546857ce-saved.svg

Which i need to convert into PNG for which i am using below code on this php file http://www.quickdesign.com/png.php

<?php
$svg_file_name = 'user-uploads/5555f546857ce-saved.svg';
$png_file_name ...