ImageMagick PDF to JPGs sometimes results in black background

后端 未结 3 2002
庸人自扰
庸人自扰 2021-02-02 06:05

I have the following:

ghostscript-fonts-5.50-24
ImageMagick-6.7.2-1
ghostscript-9.02-1

Which I use to create a series of JPGs for each page usi

3条回答
  •  名媛妹妹
    2021-02-02 06:34

    If you want a high quality result, use this command:

    convert -density 700 input.pdf -resize 25% -append  -quality 98 -alpha remove output.jpg
    

    For windows users, use magick instead of convert

提交回复
热议问题