File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
crates/typst-library/src/visualize/image Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ pub struct ImageElem {
8282 /// 生のピクセルデータを`source`として提供する場合、
8383 /// `format`には次のキーを持つ辞書を指定する必要があります。
8484 /// - `encoding` ([str]): ピクセルデータのエンコーディング。以下のいずれかを指定します。
85- /// - `{"rgb8"}` (3つの8ビットチャンネル: 赤 (red)、緑 (green)、青 (blue))
86- /// - `{"rgba8"}` (4つの8ビットチャンネル: 赤 (red)、緑 (green)、青 (blue)、透明度 (alpha))
85+ /// - `{"rgb8"}` (3つの8ビットチャンネル: 赤(red)、緑(green)、青(blue))
86+ /// - `{"rgba8"}` (4つの8ビットチャンネル: 赤(red)、緑(green)、青(blue)、透明度(alpha))
8787 /// - `{"luma8"}` (1つの8ビットチャンネル)
88- /// - `{"lumaa8"}` (2つの8ビットチャンネル: 輝度(luma)と 透明度 (alpha))
88+ /// - `{"lumaa8"}` (2つの8ビットチャンネル: 輝度(luma)と透明度 (alpha))
8989 /// - `width` ([int]): 画像の幅のピクセル数。
9090 /// - `height` ([int]): 画像の高さのピクセル数。
9191 ///
You can’t perform that action at this time.
0 commit comments