Commit e8f2efb
feat(Android): Process decoded images (#10755) 1441bcdf13
Allows processing already decoded image assets for both Rive and Canvas renderers. This removes the need to workaround Rive be re-encoding the image, only to have the image get immediately decoded again.
Co-authored-by: Erik <[email protected]>1 parent a8cc2a5 commit e8f2efb
File tree
23 files changed
+1886
-409
lines changed- app/src/main
- java/app/rive/runtime/example
- res
- layout
- raw
- kotlin/src
- androidTest/java/app/rive/runtime/kotlin/core
- main
- cpp
- include
- helpers
- src
- bindings
- helpers
- java/app/rive/runtime/kotlin/core
23 files changed
+1886
-409
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| |||
0 commit comments