aws-lambda-image icon indicating copy to clipboard operation
aws-lambda-image copied to clipboard

Fix orientation on reduced images.

Open jaketoolson opened this issue 8 years ago • 2 comments

From what I'm following in the code, the autoOrient() method is only called from resize method, and not reduce. It should be available for both - where would I add it in the reduce code?

I mention this because of orientation images relating to iOS and EXIF data - which is fixed with resizes, but not reduce.

jaketoolson avatar Mar 16 '17 06:03 jaketoolson

It would be easier to follow this in README than code :) Reduce doesn't support orientation, so the only way atm to fix image orientation is through resize method.

kdybicz avatar Mar 18 '17 18:03 kdybicz

@kdybicz - I already realized this this, hence my question.

jaketoolson avatar Apr 13 '17 03:04 jaketoolson