Fix image orientation in Jimp
问题 I am using Jimp (https://www.npmjs.com/package/jimp) library to crop the image. Crop is working fine but I only have an issue with image orientation. Sometimes, user uploaded rotated images and its result rotated cropped images. I went through with https://www.npmjs.com/package/jimp documentation but couldn't find anything related to this. Here are couple of links I went through but didn't helped: https://justmarkup.com/articles/2019-10-21-image-orientation/ Accessing JPEG EXIF rotation data