Version: ImageMagick 6.9.6-2 Q16 x86_64 2016-11-16 on MacPorts MacOS X 10.12.1 Sierra
I have some photos exported from Nikon Capture NX-D to TIFF (RGB 8bit). Trying to watermark them, with either of following commands:
Code: Select all
composite -watermark 67 -geometry +75+75 -gravity southeast -density 300 -background none ./WatermarkBWave.svg ./B-Wave-2016_DSC_0012.tif ./B-Wave-2016_DSC_0012-w.jpg
Code: Select all
composite -compose atop -geometry +75+75 -gravity southeast -background none ./watermark.svg ./B-Wave-2016_DSC_0012.tif ./B-Wave-2016_DSC_0012-wm.jpg
Code: Select all
composite -compose atop -geometry +75+75 -gravity southeast -background none ./WatermarkBWave-01.png ./B-Wave-2016_DSC_0012.tif ./B-Wave-2016_DSC_0012-wm.jpg
Code: Select all
convert -compose atop ./B-Wave-2016_DSC_0012.tif -geometry +75+75 -gravity southeast -density 300 -background none ./WatermarkBWave.svg -composite ./B-Wave-2016_DSC_0012-w.jpg
The conversion/composition reads some warnings on the TIFFs too but I think I can ignore that:
Code: Select all
convert: ASCII value for tag "DateTime" contains null byte in value; value incorrectly truncated during reading due to implementation limitations. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/896.
convert: Unknown field with tag 34864 (0x8830) encountered. `TIFFReadCustomDirectory' @ warning/tiff.c/TIFFWarnings/896.
convert: Incompatible type for "FileSource"; tag ignored. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/896.
convert: Incompatible type for "SceneType"; tag ignored. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/896.
convert: Wrong data type 3 for "GainControl"; tag ignored. `TIFFReadCustomDirectory' @ warning/tiff.c/TIFFWarnings/896.
convert: ASCII value for tag "DateTime" contains null byte in value; value incorrectly truncated during reading due to implementation limitations. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/896.