Re: How to remove the background of selected area
Posted: 2018-01-02T21:33:51-07:00
Why do you not just use the vector logo?
Any way, try this adding -fuzz to allow colors close to white to be made transparent. The problem with jpg images is that solid colors are not purely solid due to the compression.
Any way, try this adding -fuzz to allow colors close to white to be made transparent. The problem with jpg images is that solid colors are not purely solid due to the compression.
Code: Select all
convert nsf1sm.jpg -fuzz 15% -transparent white result.png