How to remove the background of selected area
Posted: 2017-05-31T15:03:53-07:00
Hi.
I'm trying to convert the NSF logo from NSF official website to a .png file with transparent background.
Here is what I have tried,
convert nsf1.tif nsf1.png
convert nsf1.png -transparent white nsf1-transparent.png
The result is the background along with the 'NSF' letters are transparent, since those 3 letters are also white.
I'm wonder how can I preserve the 'NSF' letters' color from being convert into transparent.
I know there is plenty of this logo with my specification online, but I just want to know how to solve it in ImageMagick.
Here is the resource
https://www.nsf.gov/policies/logos.jsp
Thanks a lot!
I'm trying to convert the NSF logo from NSF official website to a .png file with transparent background.
Here is what I have tried,
convert nsf1.tif nsf1.png
convert nsf1.png -transparent white nsf1-transparent.png
The result is the background along with the 'NSF' letters are transparent, since those 3 letters are also white.
I'm wonder how can I preserve the 'NSF' letters' color from being convert into transparent.
I know there is plenty of this logo with my specification online, but I just want to know how to solve it in ImageMagick.
Here is the resource
https://www.nsf.gov/policies/logos.jsp
Thanks a lot!