Windows Phone:非标准库

发布于 2024-12-17 03:30:48 字数 170 浏览 1 评论 0原文

我需要在 Windows Phone 应用程序中使用特定的类:GzipStreamJpegImageDecoder。我可以在 msdn.com 上找到它们的文档,但在 Visual Studio 和 Windows Phone 应用程序中无法访问它们。 如何使用它们?

I need to use specific classes in Windows Phone application: GzipStream and JpegImageDecoder. I can find documentation for them on msdn.com, but in Visual Studio, in Windows Phone application they are inaccessible.
How to use them?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

唠甜嗑 2024-12-24 03:30:48

您可以从 SharpZipLib 获取 GzipStream 作为 SharpZipLib 的一部分。 org/" rel="nofollow">NuGet.

要使用 JpegImageDecoder,您只需找到它的 .net 实现(如果存在)并将其包含到您的项目中。

You can get GzipStream as a part of SharpZipLib from NuGet.

To use JpegImageDecoder, you will have to just find it's .net implementation (if one exists) and include it into your project.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文