Problem creating backgorund transparent
Posted: 2012-03-24T01:45:07-07:00
hello,
I am using below command to make background transparent. in this there is white background over there and i want to make it transparent.
convert http://www.new-website-designs.com/454_env_liner.png -alpha set -channel RGBA -fuzz 10% -fill none -floodfill +0+0 '#FFFFFF' http://www.new-website-designs.com/454_env_linernew.png
but as i run this command i got following error. What did i do wrong in this, please let me know and help me in resolving this issue.
convert.exe: unrecognized color `'#FFFFFF'' @ warning/color.c/GetColorCompliance/947.
I am using below command to make background transparent. in this there is white background over there and i want to make it transparent.
convert http://www.new-website-designs.com/454_env_liner.png -alpha set -channel RGBA -fuzz 10% -fill none -floodfill +0+0 '#FFFFFF' http://www.new-website-designs.com/454_env_linernew.png
but as i run this command i got following error. What did i do wrong in this, please let me know and help me in resolving this issue.
convert.exe: unrecognized color `'#FFFFFF'' @ warning/color.c/GetColorCompliance/947.