Hi
I've tried this command
nconvert -out jpeg -wmfile overlay\GOPR3908.jpg -wmflag bottom-right -o final\atest GOPR3908.jpg
which adds a watermark overlay to an image and saves it in another directory. However no matter what I change for wmflag or use wmpos it *always* places the overlay in the top left corner.
have I done something wrong here??
thanks
mike
PS Latest version of nconvert
Watermark error with wmpos
Moderators: XnTriq, helmut, xnview
-
- XnThusiast
- Posts: 4186
- Joined: Sun Apr 29, 2012 9:45 am
- Location: Cheltenham, U.K.
Re: Watermark error with wmpos
Placing the the Watermark position before the Watermark file term seems to solve the problem :
If you think that is not entirely intuitive given the help file listing:
... so do I...
Pierre: Would it be possible to make NConvert accept either order, or to change the order shown in the help file?
Code: Select all
nconvert -wmflag center -wmfile watermark.jpg -o image_wm.jpg image.jpg
Code: Select all
-wmfile file : Watermark file
-wmpos x y : Watermark position
-wmflag flag : Watermark position
top-left, top-center, top-right
center-left, center, center-right
bottom-left, bottom-center, bottom-right
Pierre: Would it be possible to make NConvert accept either order, or to change the order shown in the help file?
You do not have the required permissions to view the files attached to this post.
-
- Posts: 18
- Joined: Wed Jun 17, 2009 3:04 pm
Re: Watermark error with wmpos
That works perfectly! I wouldnt have thought of that.
Much appreciated
m
Much appreciated
m
-
- Author of XnView
- Posts: 44922
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Watermark error with wmpos
-wmfile must be the last command i'll add it in helpcday wrote: Pierre: Would it be possible to make NConvert accept either order, or to change the order shown in the help file?
Pierre.