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.SKBitmapcolor table support —SKBitmapnow supportsSKColorTablefor indexed-color bitmaps.SKCodeccolor table support —SKCodecnow supportsSKColorTablefor decoding indexed-color images.
Samples
- WPF sample — Added a new sample demonstrating SkiaSharp usage in WPF applications.
Bug Fixes
- Fixed several issues. Closed issues from this period.