You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was testing skia-canvas and also some raw c++ with skia and fun fact my c++ was slightly slower when encoding to jpeg than skia-canvas which I'm not sure of the reason. I then tested this library, which is even faster than skia-canvas.
Wondering for my own curiosity / learning how you got it to be so fast? Is it using an optimized build of skia? Some cool tricks?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I was testing skia-canvas and also some raw c++ with skia and fun fact my c++ was slightly slower when encoding to jpeg than skia-canvas which I'm not sure of the reason. I then tested this library, which is even faster than skia-canvas.
Wondering for my own curiosity / learning how you got it to be so fast? Is it using an optimized build of skia? Some cool tricks?
Thank you for your work on this library :)
Beta Was this translation helpful? Give feedback.
All reactions