paparazzi
paparazzi copied to clipboard
Removes requirement to render entire device Screen
This adds support for RenderMode.SHRINK
, allowing you to make view-only screenshots without saving an entire device frame.
Since there were significant structural changes I've updated this PR based on the latest master branch.
Thanks for your feedback, @liutikas, I've resolved your comments since the files have moved, but I did add the requested comments.
@jrodbx Anything preventing this from going in?
It's on the queue for review, there's some other stuff I'd like to get in first + internal feature work to deliver. Hope to have a look soon.
For what's worth androidx would love this feature to make 1.1 as well
I'll follow up with a PR to migrate the test as a plugin test, but this is great. thanks!
Should this work with Compose?
We use it with Compose views without issues. If you're having a specific failure perhaps open an issue?