I have tried to watermark a picutre, but I failed... can someone help me ?
I used nconvert 4.25 on windows
nconvert -o new.gif -wmfile wm.gif original.gif
-- also if I used the "-wmflag top-left" i recieved the message "cant open file <wmflag>"
How to use the wmfile option
Moderators: helmut, XnTriq, xnview
Re: How to use the wmfile option
Watermark is only possible with 32 bpp picture. Do you use:mads wrote:I have tried to watermark a picutre, but I failed... can someone help me ?
I used nconvert 4.25 on windows
nconvert -o new.gif -wmfile wm.gif original.gif
-- also if I used the "-wmflag top-left" i recieved the message "cant open file <wmflag>"
nconvert -o new.gif -wmfile wm.gif -wmflag top-left original.gif?
Pierre.
Is there some special type of png required to get this to work?
I have a nice transparent png that looks fine in photoshop but when I use it as a watermark all I get is the watermark comped over white the background image isn't there. Nconvert reports "OK" but it is ignoring the transparency in the png.
I can do a convert without the watermark and that works....
I have a nice transparent png that looks fine in photoshop but when I use it as a watermark all I get is the watermark comped over white the background image isn't there. Nconvert reports "OK" but it is ignoring the transparency in the png.
I can do a convert without the watermark and that works....
Ok so I can get this to work but its very long winded.
I have a png with tranparency and a watermark also a png with transparency to put over it.
I have to first convert the background png to a jpg
Then put the watermark on using -wmfile and save to a new png
Then convert the png to a jpg with yet another convert.
I would expect to be able to do this all in one line.... but at least it works.
I have a png with tranparency and a watermark also a png with transparency to put over it.
I have to first convert the background png to a jpg
Then put the watermark on using -wmfile and save to a new png
Then convert the png to a jpg with yet another convert.
I would expect to be able to do this all in one line.... but at least it works.