JS Client-Side Exif Orientation: Rotate and Mirror JPEG Images

前端 未结 12 1031
花落未央
花落未央 2020-11-22 11:59

Digital camera photos are often saved as JPEG with an EXIF \"orientation\" tag. To display correctly, images need to be rotated/mirrored depending on which orientation is se

12条回答
  •  执笔经年
    2020-11-22 12:27

    In addition to @fareed namrouti's answer,

    This should be used if the image has to be browsed from a file input element


    image after transform:

提交回复
热议问题