exif-auto-rotate:基于其EXIF标签的模块,可帮助您将正确的方向应用于JPEG图像

时间:2024-04-29 07:37:38
【文件属性】:

文件名称:exif-auto-rotate:基于其EXIF标签的模块,可帮助您将正确的方向应用于JPEG图像

文件大小:203KB

文件格式:ZIP

更新时间:2024-04-29 07:37:38

react orientation jpeg-image exif-tag right-orientation

Exif自动旋转 exif-auto-rotate是一个模块,可帮助您根据其EXIF标签将正确的方向应用于JPEG图像。 从所有方向代码重置为方向1。 它返回新图像的base64 URI或Blob。 URI可用作组件的源。 设置 安装软件包: npm i exif-auto-rotate 或者 yarn add exif-auto-rotate 用法 import Rotator from 'exif-auto-rotate' ; // sync Rotator . createRotatedImage ( file , // the file of the new image that can now be uploaded. outputType // the output type of the new image. responseUriFunc


【文件预览】:
exif-auto-rotate-master
----webpack.config.js(608B)
----src()
--------__tests__()
--------index.js(6KB)
----babel.rc(143B)
----.travis.yml(49B)
----LICENSE(1KB)
----README.md(3KB)
----index.d.ts(895B)
----.all-contributorsrc(536B)
----.gitignore(89B)
----package-lock.json(969KB)
----package.json(2KB)

网友评论