Converting multipage TIF to JPG - wrong image height

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
jackyllko

Converting multipage TIF to JPG - wrong image height

Post by jackyllko »

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
jackyllko

Re: Converting multipage TIF to JPG - wrong image height

Post by jackyllko »

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.
User avatar
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

Post by anthony »

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/
Post Reply