Hi,
FYI
Regardless of "-resample #" ghostscript uses 72.
v: 6.9.8.4-1 on Archlinux x64
Thanks
Convert ignores resulotion
Re: Convert ignores resulotion
You will need to add -density # before the name of the file that you are reading. Next time please include your whole command in your message.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Convert ignores resulotion
As dlemstra says, you probably want the "-density" setting (before the input filename), to tell Ghostscript what you want.
"-resample" is an operation that will resample the raster image, changing the DPI and number of pixels. This would come after the input filename.
See:
http://www.imagemagick.org/script/comma ... hp#density
http://www.imagemagick.org/script/comma ... p#resample
"-resample" is an operation that will resample the raster image, changing the DPI and number of pixels. This would come after the input filename.
See:
http://www.imagemagick.org/script/comma ... hp#density
http://www.imagemagick.org/script/comma ... p#resample
snibgo's IM pages: im.snibgo.com