Saving Transparent PNG as Transparent GIF

后端 未结 2 1215
轻奢々
轻奢々 2020-12-10 09:17

I\'m trying to Resizing a Transparent png and saving it as a single frame gif image. Let skip resizing part, while you try to save a Transparent png as gif, you will see a b

2条回答
  •  再見小時候
    2020-12-10 09:58

    This may help. The Bitmap class does not save correctly with transparency. You need to cast Bitmap to Image.

    c# Bitmap.Save transparancy doesn't save in png

    There are comments on the internet about .NET not saving Bitmaps with Transparency correctly .

    Here is a good link for further reading, too much code to post.

    http://forums.asp.net/t/1057792.aspx?ASP+NET+C+Making+an+Image+transparent

提交回复
热议问题