Quick Facts
- Category: Software Tools
- Published: 2026-05-04 09:32:23
- How to Nominate a Fedora Hero for the 2026 Mentor and Contributor Awards
- PyTorch Lightning and Intercom-client Packages Compromised in Credential-Stealing Supply Chain Attack
- The Flame Malware Attack and Quantum Computing Threats: Lessons for Crypto Security
- 8 Crucial Updates in Python 3.15.0 Alpha 2 You Should Know About
- 5 Critical Takeaways from BleepingComputer's Instructure Data Breach Retraction
Breaking: SkiaSharp 4.0 Preview 1 Released After Two Years of Skia Upgrades
Microsoft has released SkiaSharp 4.0 Preview 1, a landmark update that integrates more than two years of upstream improvements from the Skia graphics engine. The preview also announces Uno Platform as a co-maintainer, ensuring the library’s long-term evolution for cross-platform .NET development.

“This release represents a massive leap forward for SkiaSharp users. Over 28 Skia milestones — spanning rendering quality, performance, and security — are now available to .NET developers,” said a Microsoft spokesperson. “We’re thrilled to welcome Uno Platform as a co-maintainer to accelerate progress.”
Background: A Decade of Cross-Platform 2D Graphics
SkiaSharp launched ten years ago as the primary 2D graphics library for .NET, wrapping the open-source Skia engine. It powers rendering on .NET MAUI, WebAssembly, WinUI 3, and other Microsoft platforms, providing pixel-perfect text, shapes, and images across mobile, desktop, web, and server.
Its strategic importance has grown as Microsoft’s .NET ecosystem expands. The library is critical for consistent UI rendering across diverse targets, and its co-maintenance with Uno Platform ensures timely updates and broader community contributions.
What This Means for .NET Developers
Developers can upgrade without changing a line of code — SkiaSharp 4.0 Preview 1 automatically applies years of Skia engine improvements. Sharper downscaled images, automatic photo orientation, and more accurate colors are just a few of the headlining features.
“This update is critical for any .NET app that renders complex graphics. Performance gains and security hardening are baked in,” said an independent .NET developer. “The new co-maintenance model also means faster response to future Skia updates.”
Key Features in Preview 1
- Mipmap Sharpening – Downscaled images are now sharper by default.
- Exif Rotation – Image codecs automatically read and apply orientation metadata.
- Improved Large Image Handling – Oversized bitmaps tile automatically to fit GPU limits.
- Color Accuracy Corrections – Transfer functions for Rec.709, HLG, and PQ match industry standards.
- Performance Gains – Faster rendering across the board, especially noise shaders and canvas operations.
- Security Hardening – Compiler mitigations and updated dependencies enhance safety.
A Better Engine Under the Hood
The update ships with Skia milestone 147, covering 28 milestones of upstream progress. This includes two and a half years of rendering improvements, codec enhancements, and security fixes — all integrated seamlessly into .NET applications.

“We’ve built a more robust foundation for cross-platform graphics,” added the spokesperson. “Every SkiaSharp app will automatically benefit from these advancements.”
Community and Collaboration
Uno Platform will co-maintain SkiaSharp alongside the .NET team. The partnership has already contributed Android bindings, AOT, and WebAssembly support. A joint online event — “Focus on SkiaSharp” — is scheduled for June 30.
Developers are encouraged to download the preview and provide feedback via GitHub.
How to Get Started
Visit the SkiaSharp release page to download Preview 1. For questions or issues, file a bug on the repository. The team promises rapid iteration based on community input.