Page 1 of 1

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

Posted: Tue Aug 02, 2016 6:00 pm
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

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

Posted: Tue Aug 02, 2016 6:17 pm
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

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

Posted: Tue Aug 02, 2016 7:48 pm
by SimpleUtilisateur
Hello cday.

It works fine.

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

Many thanks for your answer.