回答編集履歴

2

脱字

2021/01/23 13:05

投稿

vibrato
vibrato

スコア52

test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  #dataBitMap.SaveBitmapFile(cDC, "./Image.png")
46
46
 
47
- BitMap_array = np.frombuffer(dataBitMap.GetBitmapBits(True), np.uint8).reshape(h, w, 4)
47
+ BitMap_array = np.frombuffer(dataBitMap.GetBitmapBits(True), np.uint8).reshape(resize_h, resize_w, 4)
48
48
 
49
49
  print(BitMap_array.shape)
50
50
 

1

情報の追加

2021/01/23 13:05

投稿

vibrato
vibrato

スコア52

test CHANGED
@@ -1,4 +1,4 @@
1
- 教えていただいたことを取り入れ、自己添削したコードを記しておきます。
1
+ おかげさまで解決いたしました。教えていただいたことを取り入れ、自己添削したコードを記しておきます。
2
2
 
3
3
  ```python
4
4