node-exif:一个node.js库,用于从图像中提取Exif元数据

时间:2024-06-14 06:05:27
【文件属性】:

文件名称:node-exif:一个node.js库,用于从图像中提取Exif元数据

文件大小:7.26MB

文件格式:ZIP

更新时间:2024-06-14 06:05:27

JavaScript

节点exif 使用node-exif,您可以从图像(JPEG)中提取Exif元数据。 Exif是一种格式,例如,数码相机和扫描仪将其用于在图像文件中保存有关图像的其他信息。 该信息可以是相机型号,分辨率,拍摄图像的位置(GPS)或拍摄时间。 节点exif CLI Rodrigo Espinosa提出了npm软件包从外壳程序执行node-exif。 目录 安装 使用npm(节点软件包管理器)进行安装: npm install exif 如果您尚未安装npm或不想使用它: cd ~/.node_libraries git clone git://github.com/gomfunkel/node-exif.git exif 用法 简单的。 只需要求node-exif并向其抛出图像即可。 如果node-exif能够从图像中提取数据,则它会这样做并返回包含所有找到的信息的对象,如果发生


【文件预览】:
node-exif-master
----.gitignore(15B)
----package.json(600B)
----LICENSE.md(1KB)
----index.js(39B)
----README.md(5KB)
----.project(474B)
----lib()
--------exif()
----test()
--------agfa-makernotes.jpg.json(2KB)
--------sony-alpha-6000.jpg(6.28MB)
--------test3.jpg(26KB)
--------right.jpg(6KB)
--------evil1.jpg.json(2KB)
--------test1.jpg.expected(1KB)
--------test2.jpg(11KB)
--------sony-alpha-6000.jpg.expected(1KB)
--------short-ascii-II.jpg.expected(1KB)
--------short-ascii-MM.jpg.expected(1KB)
--------test2.jpg.json(1KB)
--------evil1.jpg.expected(1KB)
--------lens_info.jpg.expected(1KB)
--------lens_info.jpg(897B)
--------test2.jpg.expected(1KB)
--------short-ascii-MM.jpg.json(3KB)
--------down-mirrored.jpg.json(172B)
--------test1.jpg(27KB)
--------short-ascii-MM.jpg(31KB)
--------api-test.js(4KB)
--------right.jpg.json(172B)
--------down-mirrored.jpg.expected(1KB)
--------agfa-makernotes.jpg(8KB)
--------short-ascii-II.jpg.json(9KB)
--------short-ascii-II.jpg(872KB)
--------down-mirrored.jpg(15KB)
--------test3.jpg.expected(1KB)
--------test1.jpg.json(1KB)
--------lens_info.jpg.json(473B)
--------sony-alpha-6000.jpg.json(106KB)
--------test3.jpg.json(1KB)
--------evil1.jpg(84KB)
--------right.jpg.expected(1KB)

网友评论