I have an animated GIF image. I will be placing it in a transparent overlay in my html page. Is there any way to Smoothen the image (the edges are quite rough, they look fine in the psd)
and is there ANY way to load an APNG in IE 6,7,8.
I have an animated GIF image. I will be placing it in a transparent
Share
According to Wikipedia, it is not possible to use APNG in Internet Explorer.
Your only chance of a workaround is to create the GIF (which doesn’t support alpha transparency like PNG does, which is the reason for the rough edges) in a way that works with the background you’re putting it on – like, defining the dominant background colour as the transparent colour so the edges are calculated for that colour instead of black.
It will depend on the image editing program you are using whether that is possible or not.