PictureDecoder Class
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Decodes a JPEG file into a WriteableBitmap object.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DecodeJpeg(Stream) | Decodes a JPEG into a WriteableBitmap object. |
![]() ![]() | DecodeJpeg(Stream, Int32, Int32) | Decodes a JPEG file into a WriteableBitmap object, with parameters for setting the maximum height and width of the output. |
Show:

