Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
etrader
Posts: 13 Joined: 2012-09-29T06:53:04-07:00
Authentication code: 67789
Contact:
Post
by etrader » 2018-10-02T05:41:48-07:00
I try to convert a series of SVG files to JPG with the following command
Code: Select all
mogrify -format jpg -size 1920x1080 -resize 1920x1080 *.svg
However, the dimension of the resulting JPG files is 1919x1080. How can I force ImageMagick not to alter 1px?
snibgo
Posts: 12159 Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK
Contact:
Post
by snibgo » 2018-10-02T06:01:15-07:00
etrader
Posts: 13 Joined: 2012-09-29T06:53:04-07:00
Authentication code: 67789
Contact:
Post
by etrader » 2018-10-02T06:21:29-07:00
Excellent! Works perfectly. Thanks!
Users browsing this forum: Amazon [Bot] , Google [Bot] , Semrush [Bot] and 25 guests