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

Update image references #6863

Merged
merged 2 commits into from
Mar 16, 2024
Merged

Update image references #6863

merged 2 commits into from
Mar 16, 2024

Conversation

nickmcintyre
Copy link
Member

Preparing references in src/image/image.js for the new website.

PR Checklist

  • npm run lint passes
  • [Inline documentation] is included / updated

@Qianqianye @limzykenneth @davepagurek

@@ -457,27 +556,37 @@ p5.prototype.encodeAndDownloadGif = function(pImg, filename) {
};

/**
* Captures a sequence of frames from the canvas that can be used to create a
* movie. Frames are downloaded as individual image files by default.
* Creates an array of frames from the canvas that can be saved as images.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about 'Saves a sequence of frames from the canvas' or 'Captures a sequence of frames from the canvas'?

What do you think, @davepagurek ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Captures" sounds good to me! (we have "saved" later in the sentence so "captures" avoids duplication)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good, updated!

@Qianqianye Qianqianye merged commit 3a09990 into processing:main Mar 16, 2024
2 checks passed
@nickmcintyre nickmcintyre deleted the ref-image branch May 6, 2024 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

3 participants