How to cut a long,long pic into multiple pages for printing?
Posted: 2013-03-30T21:54:09-07:00
Assume I have a long,long,long picture (e.g. 1060 * 4620 pixels).
I want to print it out on physical or pdf printer.
BUT I don't want to shrink or stretch the picture or let it somehow fit on ONE page.
Instead it should be adjusted/cut so that the current WIDTH fits exactly on one page.
If the length of the picture is too big to fit on the first page then automatically additional pages should be printed.
To perform this operation I have to cut the picture into multiple chunks.
The width and height of each picture chunk should be automatically calculated by ImageMagick according to the target print paper size (letter or DIN A4 or X*Y mm).
How can I do this with ImageMagick?
I want to print it out on physical or pdf printer.
BUT I don't want to shrink or stretch the picture or let it somehow fit on ONE page.
Instead it should be adjusted/cut so that the current WIDTH fits exactly on one page.
If the length of the picture is too big to fit on the first page then automatically additional pages should be printed.
To perform this operation I have to cut the picture into multiple chunks.
The width and height of each picture chunk should be automatically calculated by ImageMagick according to the target print paper size (letter or DIN A4 or X*Y mm).
How can I do this with ImageMagick?