Search found 3 matches
- 2016-07-05T01:30:02-07:00
- Forum: Users
- Topic: PDF to PNG > Problems with DPI
- Replies: 5
- Views: 4881
Re: PDF to PNG > Problems with DPI
Thanks! Adding -units PixelsPerInch worked, even with my outdated version. So the PNG is the same pixel size as before but now the resolution is set to the specified value. Respectively, nearly the specified value (some applications shows 299 instead of 300) which I guess is due to the somewhere ...
- 2016-07-01T06:01:48-07:00
- Forum: Users
- Topic: PDF to PNG > Problems with DPI
- Replies: 5
- Views: 4881
Re: PDF to PNG > Problems with DPI
Sorry, didn't think of that..
I'm running Fedora 18 and using ImageMagick 6.7.7-5. Actually I never cared about that before and was just happy that ImageMagick was already installed on this OS.
I'm running Fedora 18 and using ImageMagick 6.7.7-5. Actually I never cared about that before and was just happy that ImageMagick was already installed on this OS.
- 2016-07-01T02:27:06-07:00
- Forum: Users
- Topic: PDF to PNG > Problems with DPI
- Replies: 5
- Views: 4881
PDF to PNG > Problems with DPI
Hi everybody! I try to convert several PDFs (which consist of vector graphics ) to PNG-Files with the following code on command-line: mogrify -density 300 -format png *.pdf The size of the arising PNGs is correct, but unfortunaltely the resolution ist not (96 dpi instead of 300). I tried to add the ...