editly icon indicating copy to clipboard operation
editly copied to clipboard

Image improvements

Open mifi opened this issue 5 years ago • 2 comments

  • 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

mifi avatar Apr 22 '20 15:04 mifi

To temporarily resolve it. I'm running the following imagemagick command before generating the video

$ mogrify -auto-orient assets/*

diegoleme avatar Jan 09 '21 20:01 diegoleme

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.

mattkibbler avatar Jan 10 '23 13:01 mattkibbler