ScreenshotTile icon indicating copy to clipboard operation
ScreenshotTile copied to clipboard

[Feature Request] Take a long screenshot when scrolling screen

Open linsui opened this issue 6 years ago • 11 comments

This is a convenient feature on some ROM but I'm not sure if this is possible for an app. Thanks anyway.

linsui avatar Dec 31 '19 02:12 linsui

I have been working on this for some time. It's possible but a little difficult. I am not sure if I will get it to work smooth enough to release it 🙄

cvzi avatar Jan 01 '20 18:01 cvzi

I just want to second that this would be an amazing feature!

errotu avatar Aug 26 '21 18:08 errotu

Bump

lipici avatar Feb 19 '22 04:02 lipici

Bump2

57382 avatar Apr 16 '22 08:04 57382

I want to third this suggestion. My other phone is a newer one with a stock ROM (unrooted) that has a built in "auto-scroll" mode for its screenshot function. It's been really useful (except, it doesn't work with all apps). @cvzi When you say it's "possible," what methods are you thinking of?

OkyDooky avatar Jun 04 '22 23:06 OkyDooky

My phone has the same auto-scroll mode and it also doesn't work in all apps.

I tried to replicate that mode.

I have tried to use a accessibility service to scroll and then take a screenshot after scrolling. It didn't work because scrolling "one page" was not possible at all: in one app it would scroll a few "lines" and in other apps the same command would scroll several "pages".

I guess I could try to add it with manual scrolling. You scroll with your finger and then tap a button to take a screenshot, then scroll with your finger, then tap a button to take a screenshot and so forth. The app could then combine all the images into one image.

cvzi avatar Jun 05 '22 11:06 cvzi

My phone has the same auto-scroll mode and it also doesn't work in all apps.

I tried to replicate that mode.

I have tried to use a accessibility service to scroll and then take a screenshot after scrolling. It didn't work because scrolling "one page" was not possible at all: in one app it would scroll a few "lines" and in other apps the same command would scroll several "pages".

Yeah, the built-in feature has a similar issue, except you can preview its progress and manually stop it short. But, your other option...

I guess I could try to add it with manual scrolling. You scroll with your finger and then tap a button to take a screenshot, then scroll with your finger, then tap a button to take a screenshot and so forth. The app could then combine all the images into one image.

...is exactly what I was going to suggest. Sort of like the panorama feature in most camera apps. That might be the easiest route to go. And it may be the best, since you have more room to correct and improve things in the future.

OkyDooky avatar Jun 05 '22 22:06 OkyDooky

This been already implemented or will see in the future? @cvzi

Anonymous2716 avatar Sep 09 '22 18:09 Anonymous2716

Not adding anything, but until implemented, Stitch on Fdroid can stitch together multiple screenshots into one

magnus-ISU avatar Nov 20 '22 08:11 magnus-ISU

Maybe whatever Stitch is using (OpenCV is what the F-Droid page says) could be used as the base for the feature we want here. At least, it could be used for the stitching part, then the auto-repeated screenshots woukd be added in addition to that. Edit: Good find! I'll try it out.

OkyDooky avatar Nov 20 '22 22:11 OkyDooky