Re: convert gif/png/... to pdf
Antje Schweitzer <[email protected]> Thu, 14 Jul 2011 17:10:20 +0200
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <[email protected]> |
sorry, should not have edited: > prompt> identify -format "%wx%h" vowels.png > 959x842 > prompt> convert vowels.png -size 959x842 vowels.pdf > prompt> identify -format "%wx%h" vowels.pdf > 1600-1200 ... this should have been 1600x1200 (had had a typo in the format command, - instead of x)