如何将 BitmapImage / WriteableBitmap 保存为 png 格式(Silverlight/windows 手机)?
如何使用 Windows Phone 版 Silverlight 将图像(BitmapImage / WriteableBitmap)保存为 png 格式?
How can i save an image (BitmapImage / WriteableBitmap) in png format using Silverlight for windows phone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 codeplex 上的 ImageTools。支持 silverlight 编码 PNG。我不确定这是否适用于 Windows Phone 7 或者可以为 Windows Phone 7 进行编译。
Take a look at ImageTools on codeplex. That supports silverlight encoding PNG. I'm not sure whether this will work with or can be compiled for windows phone 7.
你可以尝试下面的代码。
这段代码对我有用。在尝试之前,请确保您的可写位图具有透明背景(您可以通过分配给图像控制器图像源进行检查)。如果不是,请使背景从其来源的控制器透明。
You could try the following code.
This code worked for me. Before you try, make sure that your writablebitmap has a transparent background (You can check by assigning to a image controller image source). If not, make the background transparent from the controller it was coming from.