-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Screenshots of long pages get interrupted #10
Comments
It's a Chromium Bug: https://bugs.chromium.org/p/chromium/issues/detail?id=770769&desc=2 Maybe this can get included into your Docker image @alekzonder ? |
@derFunk yes, i add screenshot patch to docker image |
I created this, it should be working: https://gist.github.com/derFunk/10747ce60e965de5b771e96b7a4ba8f7 I extended the returned JSON to contain the created single image filenames with the 16k max texture size, and I also removed the need to query for a height dimension as a command line argument. Stitching the single images together has to be done with e.g. ImageMagick: I had a little caveat though: Pretty regularly I encountered that the screenshot loop gets stuck, resulting in I'll continue testing and can eventually provide a PR. |
Screnshooting longer pages result in incomplete images.
Example:
Gives this result:
Is there any way to receive a complete screenshot of longer pages?
The text was updated successfully, but these errors were encountered: