density being ignored converting form a pdf to jpg

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: density being ignored converting form a pdf to jpg

Post by fmw42 »

I am not a Windows expert, but try

convert file.pdf -density 300x300 -units PixelsPerInch -resize 2400x3000! file.jpg

Is it possible your IM convert is being confused with Windows convert? If so, try renaming your IM convert
Post Reply