Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/amazon-s3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reactjs 如何通过react中的url表单S3获取图像的exif命令?_Reactjs_Amazon S3_Image Processing_Orientation - Fatal编程技术网

Reactjs 如何通过react中的url表单S3获取图像的exif命令?

Reactjs 如何通过react中的url表单S3获取图像的exif命令?,reactjs,amazon-s3,image-processing,orientation,Reactjs,Amazon S3,Image Processing,Orientation,我正在将图像上传到S3,当使用S3URL在ReactJS端查看时,有些图像的方向不正确。我使用了不同的软件包,但无法自动旋转,因为无法使用图像url获取exif数据。 软件包示例: react-exif-orientation-img react-fix-image-orientation blueimp-load-image 请引导我,我做错了什么

我正在将图像上传到S3,当使用S3URL在ReactJS端查看时,有些图像的方向不正确。我使用了不同的软件包,但无法自动旋转,因为无法使用图像url获取exif数据。 软件包示例:

react-exif-orientation-img
react-fix-image-orientation
blueimp-load-image
请引导我,我做错了什么