-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Description
Increasing Access
Unsure
Most appropriate sub-area of p5.js?
- Accessibility
- Color
- Core/Environment/Rendering
- Data
- DOM
- Events
- Image
- IO
- Math
- Typography
- Utilities
- WebGL
- Build Process
- Unit Testing
- Internalization
- Friendly Errors
- Other (specify if possible)
Feature request details
Hi!
I think it would be super useful to be able to use p5.Graphics objects as a source to saveGif function. It is a quite common scenario when the actual representation on the screen has a different size, than the required export size. For static pictures p5.Graphics.save() was always a solution, and I think it would be consistent to have p5.Graphics.saveGif() as well
ffd8 and budoucha