Page 1 of 1

Convert ignores resulotion

Posted: 2017-04-26T16:16:23-07:00
by Tharbad
Hi,

FYI

Regardless of "-resample #" ghostscript uses 72.

v: 6.9.8.4-1 on Archlinux x64

Thanks

Re: Convert ignores resulotion

Posted: 2017-04-27T07:40:49-07:00
by dlemstra
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.

Re: Convert ignores resulotion

Posted: 2017-04-27T07:54:34-07:00
by snibgo
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

Re: Convert ignores resulotion

Posted: 2017-04-27T11:14:55-07:00
by Tharbad
:(

Thanks