Color Overlay on page 1 of multi page bw tiff
Posted: 2012-09-19T13:41:25-07:00
I have a multi-page black & white tiff and I need to add a color overlay image to the first page only. The overlay image resolution and the multi-page image resolution are the same and both art tiffs. Using
convert ( ColorOverlay.tif MultiPageImage.TIF[0] -colors 256 -geometry +000+000 -compose multiply -composite ) result.tif
gives my a color overlay on the first page but no additional pages. If I reverse the overlay and the base image I get a single page black & white image.
As an extra added bonus, I actually need the output as a PDF, but one step at a time.
Thanks for your help
convert ( ColorOverlay.tif MultiPageImage.TIF[0] -colors 256 -geometry +000+000 -compose multiply -composite ) result.tif
gives my a color overlay on the first page but no additional pages. If I reverse the overlay and the base image I get a single page black & white image.
As an extra added bonus, I actually need the output as a PDF, but one step at a time.
Thanks for your help