Page 1 of 1
Background.png + wmfile*.png -> Background_wmfile*.png ?
Posted: Thu Nov 13, 2008 3:44 am
by tireless
Lots of Watermark files with one Background image,to make Background_wmfile*.png,how to do that?
this doesn't work:
Code: Select all
nconvert.exe -wmfile wmfile*.png -wmflag bottom-right -o %%_new.png Background.png
Re: Background.png + wmfile*.png -> Background_wmfile*.pn
Posted: Thu Nov 13, 2008 8:09 am
by xnview
Could you post which result do you would like? And original picture
Posted: Thu Nov 13, 2008 8:37 am
by tireless
Posted: Thu Nov 13, 2008 9:38 am
by xnview
Do you have tried with the last nconvert?
Posted: Thu Nov 13, 2008 10:17 am
by tireless
xnview wrote:Do you have tried with the last nconvert?
Yes,i did.Very thanks you fixed that problem.
I means,the normal way is execute twice:
Code: Select all
nconvert -o 1.png -wmfile wmfile1.png -wmflag bottom-right Background.png
Code: Select all
nconvert -o 2.png -wmfile wmfile2.png -wmflag bottom-right Background.png
Can execute only once?
Posted: Thu Nov 13, 2008 10:29 am
by xnview
Do you have tried to use a script file?
Posted: Thu Nov 13, 2008 10:44 am
by tireless
xnview wrote:Do you have tried to use a script file?
it works.

(i have tried before,and didn't work,maybe i typed wrong words.)
-----------------------------------------------------------------------------
the script file is it right?
Code: Select all
### -o 1.png -wmfile wmfile1.png -wmflag bottom-right
Background.png
### -o 2.png -wmfile wmfile2.png -wmflag bottom-right
Background.png