質問するログイン新規登録

回答編集履歴

1

誤字修正

2018/11/13 01:03

投稿

NozomuIkuta
NozomuIkuta

スコア1260

answer CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  > If the encoding option is specified then this function returns a string. Otherwise it returns a buffer.
4
4
 
5
- syoshinshaさんのコードでは、文字列として取得した`output2`を`{"Content-Type":"image/png"}`として返却しているため不具合が起きているものと思われます。
5
+ syoshinshaさんのコードでは、文字列として取得した`output2`を`{"Content-Type":"image/png"}`として返却しているため不具合が起きているものと思われます。
6
6
 
7
7
  以下のどちらかで対処できます。
8
8