Skip to content
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

Vectorize webshot #32

Closed
FrancoisGuillem opened this issue Nov 24, 2016 · 1 comment
Closed

Vectorize webshot #32

FrancoisGuillem opened this issue Nov 24, 2016 · 1 comment

Comments

@FrancoisGuillem
Copy link
Contributor

Hello,

I want to convert a lot of html pages generated with dygraphs in order to generate a gif animation. But for now, each call to webshot takes about three seconds to execute.

After doing a few tests, it looks like most of the time is spent to initialize phantomjs. I think it would save a lot of time to be able to pass a vector of URL and file names to the script webshot.js and to use casper.each to do the job.

@wch
Copy link
Owner

wch commented Dec 1, 2016

Closed by #33.

@wch wch closed this as completed Dec 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants