Join Slack
Powered by
Is there a way with a Compose or a native / Skia c...
# compose
s
spierce7
06/30/2022, 8:18 PM
Is there a way with a Compose or a native / Skia canvas to apply Skia
ImageFilters
?
k
Kirill Grouchnikov
07/01/2022, 1:15 PM
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
spierce7
07/01/2022, 4:48 PM
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
Kirill Grouchnikov
07/01/2022, 4:52 PM
You need to show some code, preferably a full sample that can be run and debugged.
s
spierce7
07/01/2022, 4:56 PM
I’m looking into it. I’ll see if I can create a sample for you. Didn’t know you’d be interested
spierce7
07/01/2022, 8:40 PM
Ok, I’ve isolated everything into individual drawing calls, and it seems to be working for everything.
8
Views
Open in Slack
Previous
Next