Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の方法で読み込まれた画像ファイルである変数「img」があります。
var img = fs.readFileSync('./tmp.png');
'img'変数のバイト数を確認するにはどうすればよいですか?
バッファのようimgに、あなたは単に使うことができますimg.length、それはあなたにオクテット(8ビットのバイト)であなたにサイズを与えるでしょう
img
img.length