Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7900469
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T08:58:42+00:00 2026-06-03T08:58:42+00:00

I have an animation written in JavaScript. I want to render it to a

  • 0

I have an animation written in JavaScript. I want to render it to a movie. I do NOT want to do this with an external frame capture program. I want very precise control over timing. I would prefer a system where:

(1) I can make a browser call at every frame, and the browser then renders the current display to an image.

(2) Thus, I get a bunch of images like foo000.svg foo001.svg foo002.svg …

(3) Later, I can convert these svgs to png, and put it into a single movie.

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T08:58:44+00:00Added an answer on June 3, 2026 at 8:58 am

    Well, basically you want to render your webpage a lot of times, at given time points. I see the following possibilities.

    • There are thumbnailing services on the web, for webpages that require small snapshots of other sites they link to. They are usually free if oyu don’t request too much snapshots per a unit of time. Now I don’t know if there are any that offer to render not only thumbnails, but also non-miniaturized pages. Try looking for one.

      Then there are similar services that offer a full-scale render of webpages, like http://browsershots.org/ , though I think they have a stricter limit on requests from a single source.

      So what your webpage could do is to, after every frame, create a new <img> element with attribute src = "http://somethumbnailingservice.com/?render=www.mywebsite.com". Then, wait until the image loads (there is an event for that in JS) and continue with your animation. To save those images, you can either do that manually from your browser, or look for them in the browser cache… Or, most elegantly, set them via ajax to a server application that will receive and save them.

    • To avoid the restrictions of these thumbnailing services, why not build one yourself? Browser rendering engines like Webkit (Safari, Chrome) or Gecko (Firefox) are opensource. This time, at every frame, your javascript application would take the code of your webpage (something like document.getElementsByTagName('html')[0].outerHTML). Then, send it via ajax to your own web application that will make a snapshot. This will be done by running the rendering engine, passing the html markup as input, taking the image output and saving it.

    • Finally, a rather silly but maybe still usable method would be to use javascript’s print method. Although this will maybe ask you for printer settings everytime. You surely have a postscript printer installed, that will (as the name says) save the images into postscript instead of printing them on paper. Postscript is not exactly an image format, but it’s still a vector format, so there should be some apps that will convert it to an image. Also, note that CSS settings for printers are often different than those for the screen, so make sure they won’t be 😉

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm learning javascript and jquery and have written a very basic script inside my
This is what I have written as my animation - however it applies to
hi i want to appy animation between activities, for that i have written following
I have an animation running in the background, and I want to register a
i creating an application with movie animation , i have a animation some group
I have a flash animation with the size of 1280x1024 and I want to
I have written a Javascript/jQuery script. Its purpose is to serve as a responsive
I have written code for an animation that shakes a UIImageView on the screen,
I'm dealing with this situation : I have a color animation script which targets
I have written some jQuery code to use the slideUp animation when deleting rows

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.