回答編集履歴
2
リンク追加
test
CHANGED
@@ -1 +1,9 @@
|
|
1
1
|
BILINEARは周囲4画素を使用した線形補間(直線補間)ですよ
|
2
|
+
|
3
|
+
[Filters](https://pillow.readthedocs.io/en/stable/handbook/concepts.html#concept-filters)
|
4
|
+
|
5
|
+
`BILINEAR`
|
6
|
+
|
7
|
+
For resize calculate the output pixel value using linear interpolation on all pixels that may contribute to the output value.
|
8
|
+
|
9
|
+
For other transformations linear interpolation over a 2x2 environment in the input image is used.
|
1
誤字修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
BILINEARは周囲
|
1
|
+
BILINEARは周囲4画素を使用した線形補間(直線補間)ですよ
|