This will auto-orient the image based on the EXIF data. .then(data => Sharp(data.Body) .rotate() .resize(width, height) .toBuffer() ).
確定! 回上一頁