Skip to content

Commit

Permalink
remove redundant information and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jesi-rgb committed Jul 1, 2022
1 parent 6123371 commit 9808118
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/image/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,7 @@ p5.prototype.saveGif = function(pImg, filename) {
* as an argument to the callback function as an array of objects, with the
* size of array equal to the total number of frames.
*
* Note that <a href="#/p5.Image/saveFrames">saveFrames()</a> will only save the first 15 seconds of an animation.
* The arguments `duration` and `framerate` are constrained to be less or equal 15 and 22, respectively, which means you
* The arguments `duration` and `framerate` are constrained to be less or equal to 15 and 22, respectively, which means you
* can only download a maximum of 15 seconds worth of frames at 22 frames per second, adding up to 330 frames.
* This is done in order to avoid memory problems since a large enough canvas can fill up the memory in your computer
* very easily and crash your program or even your browser.
Expand Down

0 comments on commit 9808118

Please sign in to comment.