6

How do I change the orientation of an image that I uploaded to Firebase Storage?

I believe that an image has the exif data which describes the orientation of an image. How can I change this?

Thomas Charlesworth
  • 1,611
  • 3
  • 16
  • 44
  • Firebase Storage doesn't have any feature that's going to help you with this directly. If you want to manipulate exif data, you should probably be doing that in your app using some image manipulation library. – Doug Stevenson Apr 27 '18 at 21:48
  • Possible duplicate of [JS Client-Side Exif Orientation: Rotate and Mirror JPEG Images](https://stackoverflow.com/questions/20600800/js-client-side-exif-orientation-rotate-and-mirror-jpeg-images) – Zakaria Acharki Jul 25 '18 at 10:54

0 Answers0