Last post Aug 27, 2010 12:50 AM by nareshguree23@gmail.com
Member
25 Points
103 Posts
Aug 26, 2010 09:06 PM|ashwinkotwaliwale|LINK
Hi there,
I have a bunch of PNG images and i want the background for each one to be transparent. At the moment they all have white background and i want to remove that. Can this be done programatically possibly with the help of some imaging component.
Thanks in advance.
Ashwin
Contributor
7260 Points
1902 Posts
Aug 27, 2010 12:50 AM|nareshguree23@gmail.com|LINK
you can use css Class like. try this.
background: transparent url('../Images/bg.png')
otherwise you need to convert png with transparent backgroud.
Member
25 Points
103 Posts
Converting PNG to Transparent PNG
Aug 26, 2010 09:06 PM|ashwinkotwaliwale|LINK
Hi there,
I have a bunch of PNG images and i want the background for each one to be transparent. At the moment they all have white background and i want to remove that. Can this be done programatically possibly with the help of some imaging component.
Thanks in advance.
Ashwin
Contributor
7260 Points
1902 Posts
Re: Converting PNG to Transparent PNG
Aug 27, 2010 12:50 AM|nareshguree23@gmail.com|LINK
you can use css Class like. try this.
background: transparent url('../Images/bg.png')
otherwise you need to convert png with transparent backgroud.