Table of Contents

Version 1.53.1

Strong naming and color table support · Released August 16, 2016 · NuGet · GitHub Release

Highlights

This release introduces strong name signing for SkiaSharp.dll and adds SKColorTable support to SKBitmap and SKCodec for indexed-color image workflows. Also includes bug fixes, expanded documentation, and a new WPF sample.

Breaking Changes

Assembly Signing

  • SkiaSharp.dll is now a strong name assembly — This may require binding redirects or recompilation for projects that reference SkiaSharp without strong naming.

New Features

API Surface

  • SKColorTable — New type for working with indexed color tables.
  • SKBitmap color table supportSKBitmap now supports SKColorTable for indexed-color bitmaps.
  • SKCodec color table supportSKCodec now supports SKColorTable for decoding indexed-color images.

Samples

  • WPF sample — Added a new sample demonstrating SkiaSharp usage in WPF applications.

Bug Fixes