composite with multipage tiff
Posted: 2008-02-21T02:50:42-07:00
Hello,
I try:
composite -gravity NorthEast -geometry +150+150 -compose multiply overlay.bmp background.tif result.tif
or
convert background.tif overlay.bmp -gravity NorthEast -geometry +150+150 -compose multiply -composite result.tif
and if background.tif is a simple page tiff, the result is fine.
But if i work with multipage tiff and composite (first example), result.tif only has overlayed the first page of the original multipage tiff (result.tif only have one page). I supposed that result should have all pages overlayed with overlay.bmp.
But if i work with multipage tiff and convert (second example), result.tif only has the first page of the original multipage tiff overlayed with the second page of the original multipage tiff (instead of overlay.bmp). Result.tif only have one page too.
i know multipage.tif[0] technique, but i don't know how to apply in this case.
I needed apply overlay.bmp over the tiff first page, but the final file (result.tif) should have all pages (overlayed first page included).
Best regards
I try:
composite -gravity NorthEast -geometry +150+150 -compose multiply overlay.bmp background.tif result.tif
or
convert background.tif overlay.bmp -gravity NorthEast -geometry +150+150 -compose multiply -composite result.tif
and if background.tif is a simple page tiff, the result is fine.
But if i work with multipage tiff and composite (first example), result.tif only has overlayed the first page of the original multipage tiff (result.tif only have one page). I supposed that result should have all pages overlayed with overlay.bmp.
But if i work with multipage tiff and convert (second example), result.tif only has the first page of the original multipage tiff overlayed with the second page of the original multipage tiff (instead of overlay.bmp). Result.tif only have one page too.
i know multipage.tif[0] technique, but i don't know how to apply in this case.
I needed apply overlay.bmp over the tiff first page, but the final file (result.tif) should have all pages (overlayed first page included).
Best regards