How to get better transparency with GIFs?

前端 未结 5 1017
我在风中等你
我在风中等你 2021-01-06 05:12

Is there any software, plugin or technique that would allow creating/exporting PNG-like GIFs with smooth transparent edges, at least for smaller images like bullets or butto

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-06 06:11

    As far as I recall (I've not used GIFs for quite some time), a GIF doesn't have a variable transparency - a pixel is either transparent or not. You could simulate transparency by blending with the background image, but that would rely on having a static, defined background.

提交回复
热议问题