editly
editly copied to clipboard
Image improvements
- support exif rotated pics https://stackoverflow.com/questions/20600800/js-client-side-exif-orientation-rotate-and-mirror-jpeg-images https://github.com/fabricjs/fabric.js/issues/5542
To temporarily resolve it. I'm running the following imagemagick command before generating the video
$ mogrify -auto-orient assets/*
Thanks for this, @diegoleme. I had no idea why some images were appearing as they should and some others were rotated 90 degrees. It seemed to be mostly images uploaded from iPhones which were a problem for me.