You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have .withMetadata() in the first pipeline to keep EXIF data for the second pipeline. Otherwise, the second pipeline won't auto-rotate the image.
What is the output of running
npx envinfo --binaries --languages --system --utilities
?What are the steps to reproduce?
.resize(metadata.width / 2, metadata.height / 2)
to resize the image.rotate()
to auto-rotate the image based on the EXIF data.toFile('your-path')
to export to the file.What is the expected behaviour?
.rotate()
should rotate the whole image including width height. The result should look like this:Are you able to provide a standalone code sample, without other dependencies, that demonstrates this problem?
The text was updated successfully, but these errors were encountered: