Possible Issue with Converting a Multi-Page Tiff?
Posted: 2016-01-10T10:36:09-07:00
Hello all,
I originally responded to an old thread for this issue but here it is in a new thread with more detail.
I'm trying to append an image on-top of each page within a multi-page tiff or PDF, but it seems to be placing each page of the tiff/pdf on top of each other so the result is a one page tiff/pdf. It works fine for a single paged tiff fine.
Multi-Paged Tiff
Code:
convert SmallMultiplePages.tif stampOnDoc.gif -gravity northwest -geometry +3+3 -define compose:args=80,100 -compose dissolve ^
-composite -depth 8 -compress zip StampMultiplePages.pdf
MultiplePages.tif https://www.dropbox.com/s/ng99t8g82n9s0 ... s.tif?dl=0
stampOnDoc.gif https://www.dropbox.com/s/60y2w91o6vef2 ... c.gif?dl=0
StampMultiplePages.tif https://www.dropbox.com/s/wceuf2t6smhnh ... s.pdf?dl=0
Single Paged Tiff - Works OK
Code:
convert OnePage.tif stampOnDoc.gif -gravity northwest -geometry +3+3 -define compose:args=80,100 -compose dissolve ^
-composite -depth 8 -compress zip StampOnePage.tif
OnePage.tif https://www.dropbox.com/s/w1jv5d8gnqtuj ... e.tif?dl=0
stampOnDoc.gif https://www.dropbox.com/s/8kbd9h0dzg7bp ... c.gif?dl=0
StampOnePage.tif https://www.dropbox.com/s/zcj17igb1gphs ... e.tif?dl=0
Any assistance appreciated
I originally responded to an old thread for this issue but here it is in a new thread with more detail.
I'm trying to append an image on-top of each page within a multi-page tiff or PDF, but it seems to be placing each page of the tiff/pdf on top of each other so the result is a one page tiff/pdf. It works fine for a single paged tiff fine.
Multi-Paged Tiff
Code:
convert SmallMultiplePages.tif stampOnDoc.gif -gravity northwest -geometry +3+3 -define compose:args=80,100 -compose dissolve ^
-composite -depth 8 -compress zip StampMultiplePages.pdf
MultiplePages.tif https://www.dropbox.com/s/ng99t8g82n9s0 ... s.tif?dl=0
stampOnDoc.gif https://www.dropbox.com/s/60y2w91o6vef2 ... c.gif?dl=0
StampMultiplePages.tif https://www.dropbox.com/s/wceuf2t6smhnh ... s.pdf?dl=0
Single Paged Tiff - Works OK
Code:
convert OnePage.tif stampOnDoc.gif -gravity northwest -geometry +3+3 -define compose:args=80,100 -compose dissolve ^
-composite -depth 8 -compress zip StampOnePage.tif
OnePage.tif https://www.dropbox.com/s/w1jv5d8gnqtuj ... e.tif?dl=0
stampOnDoc.gif https://www.dropbox.com/s/8kbd9h0dzg7bp ... c.gif?dl=0
StampOnePage.tif https://www.dropbox.com/s/zcj17igb1gphs ... e.tif?dl=0
Any assistance appreciated