Hi,
I try to remove the white background of a picture to make it transparent but the transpcolor option has no effect.
nconvert -out png -o temp2.png -truecolors -transpcolor 255 255 255 temp.jpg
Please see the example file in attachment.
Regards
Transpcolor option issue [Solved]
Moderators: helmut, XnTriq, xnview
Transpcolor option issue [Solved]
- Attachments
-
- temp.jpg (20.14 KiB) Viewed 2950 times
Re: Transpcolor option issue
Try this:
-truecolors -set_alpha -transpcolor 255 255 255 -out png -o temp2.png temp.jpg
-truecolors -set_alpha -transpcolor 255 255 255 -out png -o temp2.png temp.jpg
Re: Transpcolor option issue
Thanks, it works now !