const diffBuffer = Buffer.alloc(oldImage.length); Promise.all([sharp(oldImage).toBuffer(), sharp(newImage).toBuffer()]).then(images => {
確定! 回上一頁