Here's relevant info from the TIFF files and used composite command:
Code: Select all
paulmlocal@sara0140:~/interop_2011/anim_title$ tiffinfo water.tif
TIFF Directory at offset 0x136a7e (1272446)
Image Width: 1280 Image Length: 720
Resolution: 100, 100 pixels/inch
Bits/Sample: 8
Compression Scheme: AdobeDeflate
Photometric Interpretation: RGB color
FillOrder: msb-to-lsb
Orientation: row 0 top, col 0 lhs
Samples/Pixel: 3
Rows/Strip: 2
Planar Configuration: single image plane
Page Number: 0-1
DocumentName: water2.tif
Software: ImageMagick 6.5.7-8 2010-12-02 Q16 http://www.imagemagick.org
Predictor: horizontal differencing 2 (0x2)
paulmlocal@sara0140:~/interop_2011/anim_title$ composite -blend 50 water.tif -size 1280x720 xc:black -depth 8 -compress Zip doh.tif
paulmlocal@sara0140:~/interop_2011/anim_title$ tiffinfo doh.tif
TIFF Directory at offset 0xe029a (918170)
Image Width: 1280 Image Length: 720
Resolution: 72, 72 (unitless)
Bits/Sample: 8
Compression Scheme: AdobeDeflate
Photometric Interpretation: RGB color
FillOrder: lsb-to-msb
^^^^^^^^^^^^^^^^^^^^^^^
Orientation: row 0 top, col 0 lhs
Samples/Pixel: 3
Rows/Strip: 720
Planar Configuration: single image plane
Page Number: 0-1
DocumentName: doh.tif
Software: ImageMagick 6.5.7-8 2010-12-02 Q16 http://www.imagemagick.org
Predictor: horizontal differencing 2 (0x2)