Can you make an alpha transparent PNG with C#?

后端 未结 9 1750
陌清茗
陌清茗 2020-12-02 14:31

I have a multi-browser page that shows vertical text.

As an ugly hack to get text to render vertically in all browsers I\'ve created a custom page handler that retur

9条回答
  •  情话喂你
    2020-12-02 14:57

    It turns out that Microsoft have a new dynamic image library for the web as part of the Asp.Net content on CodePlex:

    http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=16449

    Unfortunately it's a little bit much for what I want. Using unsafe code I can roll my own alpha transparency, but that's far too slow given this code's use as part of a high-usage web application.

    Is this just a bug in MS's GDI+ .Net implementation?

提交回复
热议问题