-
ImageMagick version6.9.11-60 Q16 Operating system, version and so onDevuan Daedalus AMD64 DescriptionHello, I am trying to convert some Tiff files in PDF to pass to a LuaTeX based DTP, but the process fails because the conversion generates two pages instead of one. Here the most basic example I can reproduce:
These are the files: Thanks! 🙏 |
Beta Was this translation helpful? Give feedback.
Answered by
fmw42
Oct 18, 2023
Replies: 1 comment 4 replies
-
The tiff file has two images. Use the first by adding [0] to the end of the file name. Also there is a large internal offset, so you need to add +repage to the command magick tiff.tif[0] +repage x.pdf |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Cicorione
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The tiff file has two images. Use the first by adding [0] to the end of the file name. Also there is a large internal offset, so you need to add +repage to the command
magick tiff.tif[0] +repage x.pdf
x.pdf