Expected Behavior
Image should preserve the original portrait orientation.
Current Behavior
Code:
const image = await jimp.read(buffer);
const processed = await image.getBufferAsync(jimp.MIME_JPEG);
Will change the orientation from portrait to landscape for this image: IMG_5029.zip
- Jimp Version: 0.16.1
- Operating System: Ubuntu 22.04
- Node version: 16.18.0
Expected Behavior
Image should preserve the original portrait orientation.
Current Behavior
Code:
Will change the orientation from portrait to landscape for this image: IMG_5029.zip