- Sep 2, 2017
- 1
- 1
Hey XDA folks,
I’m experimenting with a way to add effects (like filters or tweaks) to images on Android right before they’re rendered to the screen. Think of intercepting the image data and modifying it in real time before it shows up. I’ve been playing with Xposed to hook into stuff like ImageView, but I’m curious:
How would you approach adding effects to images pre-render across apps?
Any tools or methods you’ve seen/used for this kind of thing?
Are there alternatives to Xposed for intercepting and tweaking image data on the fly?
Not after anything super detailed—just looking for ideas or pointers to existing solutions. Thanks!
Cheers,
I’m experimenting with a way to add effects (like filters or tweaks) to images on Android right before they’re rendered to the screen. Think of intercepting the image data and modifying it in real time before it shows up. I’ve been playing with Xposed to hook into stuff like ImageView, but I’m curious:
How would you approach adding effects to images pre-render across apps?
Any tools or methods you’ve seen/used for this kind of thing?
Are there alternatives to Xposed for intercepting and tweaking image data on the fly?
Not after anything super detailed—just looking for ideas or pointers to existing solutions. Thanks!
Cheers,