Closed AamuLumi closed 2 years ago
Hi! When this will be merged?
I don't know. There's some pull requests waiting on this projects. Perhaps this project needs an updated fork with all updates.
By the way, this fix is not stable. I tried, and images didn't saved at all. I'll try to provide more info, a bit later
@AamuLumi or @dogusev could you provide an example image for which this does/doesn't work? I appreciate the PR, just would like to verify before its inclusion.
@AamuLumi @zivester here is an error [Error: Command failed: convert.im6: unrecognized option `-auto_orient' @ error/convert.c/ConvertImageCommand/714. ] timedOut: false, killed: false, code: 1, signal: null
and this is the image:
I found the (so stupid) error : I wrote "-auto_orient" instead of "-auto-orient". @dogusev can you check if all is good for you ? I personally test on landscape and portrait picture, and no problem for me.
@AamuLumi
Seem to be ok now, different orientations and image formats converted correctly!
Thanks!
-auto-orient option in imagemagick avoid to loose EXIF information in image, and keep portrait picture as portrait picture. Resolved #4. (more info : http://www.imagemagick.org/discourse-server/viewtopic.php?t=12998)