Remplacer une partie d'image / Replace a part of a picture

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: XnTriq, helmut, xnview

Post Reply
SimpleUtilisateur
Posts: 2
Joined: Tue Aug 02, 2016 5:53 pm

Remplacer une partie d'image / Replace a part of a picture

Post by SimpleUtilisateur »

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
cday
XnThusiast
Posts: 3973
Joined: Sun Apr 29, 2012 9:45 am
Location: Cheltenham, U.K.

Re: Remplacer une partie d'image / Replace a part of a pictu

Post by cday »

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
The watermark option might possibly provide one way:

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
SimpleUtilisateur
Posts: 2
Joined: Tue Aug 02, 2016 5:53 pm

Re: Remplacer une partie d'image / Replace a part of a pictu

Post by SimpleUtilisateur »

Hello cday.

It works fine.

nconvert -wmpos 380 50 -wmfile SmallPicture.bmp -o NewPicture.bmp Picture.bmp

Many thanks for your answer.
Post Reply