文件名称:metar:图像文件的元数据读取器
文件大小:6.6MB
文件格式:ZIP
更新时间:2024-06-09 14:37:01
Nim
梅塔尔 Metar是用于读取图像元数据的库和命令行程序。 您可以从JPEG,DNG和TIFF图像中读取元数据。 Metar理解标准的图像元数据格式:XMP,IPTC,Exif和Tiff标签。 如何运行Metar 您可以从命令行运行metar以显示图像元数据。 不带任何参数运行metar会显示如何使用它。 例如: metar Show metadata information for the given image(s). Usage: metar [-j] [-v] file [file...] -j --json Output JSON data. -v --version Show the version number. -h --help Show this help. file Image filename to analyze. 您传递图
【文件预览】:
metar-master
----metar.nimble(16KB)
----readme.rst(3KB)
----env()
--------run-metar-container.sh(650B)
--------linux()
----LICENSE(1KB)
----metar()
--------version.nim(235B)
--------hexDump.nim(4KB)
--------ranges.nim(5KB)
--------bytesToString.nim(2KB)
--------readable.nim(5KB)
--------imageData.nim(3KB)
--------tpub.nim(1KB)
--------tiff.nim(25KB)
--------xmpparser.nim(6KB)
--------tiffTags.nim(15KB)
--------metar.nim(7KB)
--------readerJpeg.nim(31KB)
--------readers.nim(4KB)
--------metadata.nim(3KB)
--------readerTiff.nim(261B)
--------readNumber.nim(3KB)
----testfiles()
--------imagebad.jpg(2KB)
--------image.jpg(2KB)
--------image.tif(45KB)
--------image.dng(6.46MB)
--------readme.md(170B)
--------iptc.bin(9KB)
----docs()
--------main.rst(13KB)
--------html()
--------project.rst(8KB)
----tests()
--------test_tiff.nim(36KB)
--------test_readable.nim(5KB)
--------test_ranges.nim(6KB)
--------test_tiffTags.nim(2KB)
--------test_imageData.nim(3KB)
--------test_shell.sh(997B)
--------test_bytesToString.nim(2KB)
--------test_readMetadata.nim(5KB)
--------test_readNumber.nim(6KB)
--------testFile.nim(1KB)
--------test_readerTiff.nim(1KB)
--------test_readerJpeg.nim(20KB)
--------test_hexDump.nim(3KB)
--------test_xmpparser.nim(11KB)
--------test_metar.nim(6KB)
--------test_version.nim(2KB)
----.gitignore(99B)
----python()
--------dotMetar.py(3KB)
--------setup.py(910B)
--------pymetar(644B)
--------test_metar.py(2KB)
--------example.py(963B)