Hi,
I'm trying to convert a multipage TIF file to individual JPG files. The problem are the dimension of output images. The height of output images is incorrect, it is something below the 50% of original height.
Can anyone tell me how to assure the correct output size?
Thanks
Converting multipage TIF to JPG - wrong image height
Re: Converting multipage TIF to JPG - wrong image height
So the answer is:
convert multipage.tif singlepage%d.tif
the dimensions stays the same, but the image height that I got using -format is still wrong.
convert multipage.tif singlepage%d.tif
the dimensions stays the same, but the image height that I got using -format is still wrong.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Converting multipage TIF to JPG - wrong image height
That sounds like a bug, report in the Bugs forum the commands, problem and example image with this problem.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/