Is there a way with a Compose or a native / Skia c...
# compose
s
Is there a way with a Compose or a native / Skia canvas to apply Skia ImageFilters?
k
This example for desktop. Based on desktop-specific Skiko-based code. If you need a cross-platform solution, you'll need to look into how this is propagated on Android.
s
Thanks for this! It works in some circumstances it seems, but not all. Initial testing shows it works for when I draw SVGs, but not PNGs.
k
You need to show some code, preferably a full sample that can be run and debugged.
s
I’m looking into it. I’ll see if I can create a sample for you. Didn’t know you’d be interested
Ok, I’ve isolated everything into individual drawing calls, and it seems to be working for everything.