Search found 4 matches

by jegelie
2016-11-17T12:47:53-07:00
Forum: Users
Topic: Watermark on TIFF not working
Replies: 8
Views: 5060

Re: Watermark on TIFF not working

YES! Selecting first page worked like a charm:

Code: Select all

composite -watermark 67 -geometry +75+75 -gravity southeast -density 300 -background none ./WatermarkBWave.svg -alpha remove ./B-Wave-2016_DSC_0012.tif[0] ./B-Wave-2016_DSC_0012-w.jpg
by jegelie
2016-11-17T12:35:39-07:00
Forum: Users
Topic: Watermark on TIFF not working
Replies: 8
Views: 5060

Re: Watermark on TIFF not working

I think I am on to something: I accidentally opened a TIFF in Apple Preview. It looks like it is a multipage TIFF, with a thumbnail as the second page. This clarifies a lot of strange behaviour that I encountered when trying to build the commands... I'll try to find a way to select the first page of ...
by jegelie
2016-11-17T12:24:34-07:00
Forum: Users
Topic: Watermark on TIFF not working
Replies: 8
Views: 5060

Re: Watermark on TIFF not working

Link to dropboxfolder with the test files

tiffinfo:
LIBTIFF, Version 4.0.6
Copyright (c) 1988-1996 Sam Leffler
Copyright (c) 1991-1996 Silicon Graphics, Inc.

SVG delegate:
convert -list format | grep SVG
MSVG SVG rw+ ImageMagick's own SVG internal renderer
SVG SVG rw+ Scalable Vector ...
by jegelie
2016-11-17T11:31:55-07:00
Forum: Users
Topic: Watermark on TIFF not working
Replies: 8
Views: 5060

Watermark on TIFF not working

Hi,

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:

composite -watermark 67 -geometry +75+75 -gravity southeast -density 300 ...