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

前端 未结 12 1065
花落未央
花落未央 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:18

    I've written a little php script which rotates the image. Be sure to store the image in favour of just recalculate it each request.

    
    

    Cheers

提交回复
热议问题