1. CSS3 image-orientation

    CSS property used generally to fix the intended orientation of an image. This can be done using 90 degree increments or based on the image's EXIF data using the "from-image" value.

  2. createimagebitmap api: `options.imageorientation` parameter

  3. css property: image-orientation: `flip` & `<angle>`

  4. css property: image-orientation: from-image

  5. css property: image-orientation: none