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

Implement saveFrame() #31

Closed
friedkeenan opened this issue Jan 6, 2018 · 2 comments
Closed

Implement saveFrame() #31

friedkeenan opened this issue Jan 6, 2018 · 2 comments

Comments

@friedkeenan
Copy link

I tried to save a frame but saw that it wasn't in this library, so I looked up how to do it in pyglet:

pyglet.image.get_buffer_manager().get_color_buffer().save(filename)

You could then make a save_frame(filename) function that maybe parses the string like processing does to replace the "###" with the right number, and then it runs that line of code.

It's not urgent or anything, but I think it'd be nice to have

@abhikpal abhikpal changed the title Please implement saveFrame() Implement saveFrame() Jan 6, 2018
@abhikpal
Copy link
Member

Hey, sorry for getting back to this so late.

@innovationchef used your suggestion here to to implement this in #33, it's worth looking at @Manindra29 and my comment on the thread there if you're interested in implementing this.

@arihantparsoya
Copy link
Member

saveFrame is implemented in p5py: 1885fda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants