Top "Skia" questions

Skia is a complete C++ 2D graphics library for drawing text, geometries, and images.

Using SkiaSharp in Visual Studio

I'm researching the use of SkiaSharp for a future project, following the documentation currently available on GitHub: https://developer.xamarin.…

c# visual-studio xamarin skia skiasharp
How to draw rich text with Skia or SkiaSharp

I want to draw rich text like iOS's Attributed Text or Xamarin.Forms's FormattedString with SkiaSharp, but I can't find …

c# xamarin skia skiasharp
Want to learn graphics using Skia on Ubuntu

I want to learn graphics programming, and I want to use Skia as the library. How do I begin with …

skia
Skia Decoder fails to decode remote Stream

I am trying to open a remote Stream of a JPEG image and convert it into a Bitmap object: BitmapFactory.…

android imageview skia