jimp

Fix image orientation in Jimp

…衆ロ難τιáo~ 提交于 2021-01-28 19:30:28
问题 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

Fix image orientation in Jimp

不羁的心 提交于 2021-01-28 19:23:44
问题 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