How to convert SVG with exact size?
Posted: 2018-10-02T05:41:48-07:00
I try to convert a series of SVG files to JPG with the following command
However, the dimension of the resulting JPG files is 1919x1080. How can I force ImageMagick not to alter 1px?
Code: Select all
mogrify -format jpg -size 1920x1080 -resize 1920x1080 *.svg