processing / processing/processing-website
Documentation for image() is incomplete
まだ誰も着手していません。
- 主要言語
- MDX
- スター
- 90
- フォーク
- 122
- 平均マージ
- 1時間 43分
- マージ済み PR(30日)
- 3
説明
Issue description
The reference page for image() does not document the functionality for drawing a clipped section of the source image.
I ended up having to figure out the parameters for this (9-argument) version of image() through trial and error.
URL(s) of affected page(s)
https://processing.org/reference/image_.html
Proposed fix
Add example and documentation for this version.
The actual parameters seem to be:
image(image, targetX, targetY, targetWidth, targetHeight, sourceLeft, sourceTop, sourceRight, sourceBottom);
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
https://processing.org/reference/image_.html にある対象の image() リファレンスページを開き、既存のシグネチャと例がどのようにドキュメント化されているかを確認してください。9 引数のクリップされたソース形式について、ドキュメントと例を追加してください。そのページでパラメーターと動作が明確になれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 45/100