Bonjour.
Est-il possible de remplacer une partie d'image par une autre avec NConvert ?
Merci
Hello.
Is it possible to replace a part of a picture with another picture ? Sorry for my english !
Thank you
Remplacer une partie d'image / Replace a part of a picture
Moderators: XnTriq, helmut, xnview
-
- Posts: 2
- Joined: Tue Aug 02, 2016 5:53 pm
-
- XnThusiast
- Posts: 4186
- Joined: Sun Apr 29, 2012 9:45 am
- Location: Cheltenham, U.K.
Re: Remplacer une partie d'image / Replace a part of a pictu
The watermark option might possibly provide one way:SimpleUtilisateur wrote:Bonjour.
Est-il possible de remplacer une partie d'image par une autre avec NConvert ?
Merci
Hello.
Is it possible to replace a part of a picture with another picture ? Sorry for my english !
Thank you
Code: Select all
-wmfile file : Watermark file (Must be after other -wm commands)
-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
-wmopacity value : Watermark opacity (0-100)
-wmstretch : Stretch image
-
- Posts: 2
- Joined: Tue Aug 02, 2016 5:53 pm
Re: Remplacer une partie d'image / Replace a part of a pictu
Hello cday.
It works fine.
nconvert -wmpos 380 50 -wmfile SmallPicture.bmp -o NewPicture.bmp Picture.bmp
Many thanks for your answer.
It works fine.
nconvert -wmpos 380 50 -wmfile SmallPicture.bmp -o NewPicture.bmp Picture.bmp
Many thanks for your answer.