You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the docs page for filtering p5.Images is pretty scant on details of the individual filters with their parameters. It also suggests that users go looking for filters.js which seems like it could be tricky for beginners to locate. At least for me, the image.filter() page comes up first in the list on the reference search bar so unless you already know that there are two filter (three if you include sound) functions it could be hard to find.
I think it would be good to change it so that it is more in line with the main filter page. I feel like the docs on this page would be sufficient to move over to the image.filter() page along with some language about how that function only filters the image rather than the entire canvas.
Hopefully this would help newcomers find what they're looking for more easily.
The text was updated successfully, but these errors were encountered:
Most appropriate sub-area of p5.js?
Feature enhancement details:
I noticed that the docs page for filtering p5.Images is pretty scant on details of the individual filters with their parameters. It also suggests that users go looking for
filters.js
which seems like it could be tricky for beginners to locate. At least for me, the image.filter() page comes up first in the list on the reference search bar so unless you already know that there are two filter (three if you include sound) functions it could be hard to find.I think it would be good to change it so that it is more in line with the main filter page. I feel like the docs on this page would be sufficient to move over to the image.filter() page along with some language about how that function only filters the image rather than the entire canvas.
Hopefully this would help newcomers find what they're looking for more easily.
The text was updated successfully, but these errors were encountered: