Convert SVG to PNG
Posted: 2018-02-20T05:51:56-07:00
I try to convert a series of SVG files to PNG with mogrify as
but the images are cropped to include the visible part only. How can I convert SVG to PNG with the original size?
I do not want to use the sizeable feature of the vector. Instead, I just want to maintain the original size exactly.
Code: Select all
mogrify -format png *.svg
I do not want to use the sizeable feature of the vector. Instead, I just want to maintain the original size exactly.