aws-samples / image-optimization

Simple, performant and cost efficient solution for optimizing images using Amazon CloudFront, Amazon S3 and AWS Lambda
MIT No Attribution
172 stars 106 forks source link

preserve rotations after resizing #3

Closed corbanvilla closed 1 year ago

corbanvilla commented 1 year ago

Description of changes: Modify resize operation to also preserve rotations. Otherwise if the original image rotation is stored in the EXIF data, the resized will not be oriented correctly.

See

achrafsouk commented 1 year ago

Thanks for this proposal! shouldn't we rotate before actually resizing?

corbanvilla commented 1 year ago

@achrafsouk good call, just updated that :)