skia Questions
0
I'm just playing around with Xamarin Forms and SkiaSharp. I've create a simple Xamarin forms ContentView with a SkiaCanvas. My PaintSurface is as follows to draw a simple green circle:
private vo...
Flier asked 4/12, 2016 at 2:25
1
I want to draw rich text like iOS's Attributed Text or Xamarin.Forms's FormattedString with SkiaSharp, but I can't find how to.
I found the DrawText method, but it's for simple text rendering with...
4
Solved
I haven't found a clear explanation on how the Android graphics system works, specifically, does it use a display server, is it based on DirectFB or X11, etc.
From what I've managed to piece toget...
Guesthouse asked 2/1, 2011 at 17:35
4
Solved
Is it true that android.graphics.* depends on the native Skia library?
If so, is it possible to access the Skia library in my native C/C++ codes?
1
Solved
I'm trying to use SKIA for drawing on Windows.
Is there anyway to initiate SkCanvas from HDC ?
2
Solved
I'm making an app that show a lot of images that are generated from PDF-files by Imagemagick. Some of the images, can't be loaded with BitmapFactory. It simply returns null istead of a bitmap.
Th...
3
I know about openGL/directX graphic library that can be used to render graphics. Hardware vendor of
Graphic processing unit support these libraries.
I wanted to know about what chrome use to ...
Powys asked 11/9, 2013 at 9:21
1
A regression has been introduced into Android 4.3. Code that used to work in previous versions of Android now causes a native crash which shuts down the process.
The crash occurs when drawing an i...
2
While I am researching about 2D rendering pipeline of android,
I came to know a graphic library SKIA written in C++.
But I am not sure it can be used instead of android Canvas.
Can it be used as ...
2
Solved
I want to learn graphics programming, and I want to use Skia as the library.
How do I begin with it on Ubuntu?
Frieze asked 10/7, 2011 at 6:33
1
Solved
My Android app needs to decode large resolution based JPEG images on Android 2.2 phones(and above), currently I am using BitmapFactory.decodeStream API, i.e. SKIA library to decode the stream.
1) ...
2
I draw some stuff on a canvas, over I want to draw a circle in inverted color :
canvas.drawCircle(zx, zy, 8f, myPaint);
How to configure myPaint for circle pixel to be in the inverted color of t...
© 2022 - 2024 — McMap. All rights reserved.