Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
-
tczf1128
- Posts: 21
- Joined: 2018-12-04T22:47:49-07:00
- Authentication code: 1152
Post
by tczf1128 » 2019-01-16T00:44:15-07:00
-
magick
- Site Admin
- Posts: 10909
- Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2019-01-16T04:24:11-07:00
Try this:
Code: Select all
convert -density 400 file.pdf -resize 25% -append -quality 92 out.jpeg
-
fmw42
- Posts: 24470
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Post
by fmw42 » 2019-01-16T11:00:31-07:00
For IM 7, use magick, not convert and not magick convert.
-
tczf1128
- Posts: 21
- Joined: 2018-12-04T22:47:49-07:00
- Authentication code: 1152
Post
by tczf1128 » 2019-01-17T06:27:45-07:00
Thank you so much