documentation/docfx/releases/1.55.1.md
Bitmap, codec, and platform fixes · Released November 21, 2016 · NuGet · GitHub Release
A patch release with improvements to SKBitmap (format-specific decoding, pixel replacement, better Index8 support), incremental decoding for SKCodec, QuickReject for SKCanvas, and a fix for the Windows Mobile emulator and Xbox One. Views now support ignoring device scaling, and SVG gains custom canvas sizing.
None in this release.
SKBitmap decoding improvements — Bitmaps can now be decoded as a specific format (size/scale, color type) and pixels can be replaced in a variety of ways.SKBitmap Index8 color type support — Better support for the Index8 color type. ❤️ @TylerflickSKCanvas.QuickReject — Perform a fast bounds check before drawing to avoid unnecessary work.SKCodec incremental decoding — Codecs now support incremental decoding for progressive image loading.GRBackendRenderTargetDesc convenience members — Added Size and Rect properties for easier use.SKColorTable indexer — Access colors directly via an indexer.SKData as stream — SKData can now be used as a stream, which manages the lifetime of the underlying data.| Platform | What's New |
|---|---|
| 🪟 Windows | Fixed Windows Mobile emulator and Xbox One support |
| Contributor | What They Did |
|---|---|
| @Tylerflick | Improved Index8 color type support in SKBitmap |