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?
I need to use specific classes in Windows Phone application: GzipStream and JpegImageDecoder .
Share
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.