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

[Feature]: Render methods #4570

Open
WindowsNT opened this issue May 19, 2024 · 0 comments
Open

[Feature]: Render methods #4570

WindowsNT opened this issue May 19, 2024 · 0 comments
Labels
feature request feature request

Comments

@WindowsNT
Copy link

WindowsNT commented May 19, 2024

Describe the feature/enhancement you need

The inclusion of features to control the rendering for grabbing frames, that is:

  1. The ability to control time, so for a css animation of 4s, when I specify "give me the frame in second 2" the rendering should render immediately the second n 2 and stop.
  2. The ability to control input, so I can say "now act like there's a mouse left down in specific XY" or keyboard input.
  3. The ability to grab the rendering at a specific size and/or scrolling as a bitmap.
  4. The ability to query the size of the entire scrolling so the bitmap can be grabbed in parts.

The scenario/use case where you would use this feature

Within my video editor. It would be nice to have e.g. an animated HTML chart which will be converted with my app in frames and rendered in a MP4.

How important is this request to you?

Nice to have. Currently I have to grab the screen with video capture. This feature would allow me to include direct HTML in my app and reuse known JavaScript libraries.

Suggested implementation

No response

What does your app do? Is there a pending deadline for this request?

No response

@WindowsNT WindowsNT added the feature request feature request label May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request feature request
Projects
None yet
Development

No branches or pull requests

1 participant