python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SDL_BlitSurface in PySDL2 causing segfault on larger surfaces
Background
I am creating a window with pysdl2 and using SDL_Blit_Surface for embedding a skia-python surface inside this window with the following code:
import skia
import sdl2 as sdl
from ctypes impo...

Sujal Singh
Votes: 0
Answers: 1
How to embed skia python surface inside pysdl2
I am trying to embed skia-python's surface inside a window rather than output to a image file. I am using pysdl2 to create the window using the following code from the documentation:
import sys
import...

Sujal Singh
Votes: 0
Answers: 1
Can I read line pixel coordinates in Skia, without actually rendering a line to bitmap?
I have quite unique use case for Skia 2D-graphics library, where I require the maximum performance. This puts some limitations to my code.
Requirements:
Calculate pixel coordinates (x,y) of hundreds ...

Sami Viitala
Votes: 0
Answers: 0
Skia Canvas : ERR_DLOPEN_FAILED
So im using canvas-constructor (dependent on Skia canvas) to do some image processing (instead of node-canvas due to incompatibility issues with sharp library)
Update : getting the same error while u...

0xD1x0n
Votes: 0
Answers: 1